Skip to content

Commit 179fc49

Browse files
committed
fixed test to API change
1 parent 5447f6f commit 179fc49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def test_serialisation_file(self):
272272
self.store.to_file(filename)
273273

274274
def test_serialisation_string(self):
275-
self.assertTrue(self.store.to_string()) #doesn't test the actual output!
275+
self.assertTrue(self.store.to_json()) #doesn't test the actual output!
276276

277277
EXAMPLE3JSON = """{
278278
"@type": "AnnotationStore",

0 commit comments

Comments
 (0)