Skip to content

Commit 82ef27c

Browse files
committed
Remove data strings from tests
`test_detect_encoding` was also testing strings containing ags data (which is not needed), causing github workflows to fail.
1 parent 1f1ea8c commit 82ef27c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_bedrock_ge/gi/test_ags.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ def test_detect_encoding():
5656
ags4: ags4_encoding,
5757
ags3_path: ags3_encoding,
5858
ags4_path: ags4_encoding,
59-
ags3_str: default_encoding,
60-
ags4_str: default_encoding,
6159
ags3_byte: ags3_encoding,
6260
ags4_byte: ags4_encoding,
6361
ags3_sio: default_encoding,

0 commit comments

Comments
 (0)