We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5447f6f commit 179fc49Copy full SHA for 179fc49
1 file changed
test.py
@@ -272,7 +272,7 @@ def test_serialisation_file(self):
272
self.store.to_file(filename)
273
274
def test_serialisation_string(self):
275
- self.assertTrue(self.store.to_string()) #doesn't test the actual output!
+ self.assertTrue(self.store.to_json()) #doesn't test the actual output!
276
277
EXAMPLE3JSON = """{
278
"@type": "AnnotationStore",
0 commit comments