Skip to content

Commit 72ca527

Browse files
committed
Fixed type in test_rosette_api.py
1 parent e175f69 commit 72ca527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_rosette_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,4 +315,4 @@ def test_just_text():
315315
api.translated_name(content)
316316
assert False
317317
except RosetteException as e:
318-
assert e.status == "incompatible"
318+
assert e.status == "incompatible"

0 commit comments

Comments
 (0)