Skip to content

Commit 5201686

Browse files
committed
Fix test because rdflib sparql json output changed
1 parent 4475a18 commit 5201686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ def testBlame(self):
798798
self.assertEqual(
799799
results['date']['datatype'], 'http://www.w3.org/2001/XMLSchema#dateTime'
800800
)
801-
self.assertEqual(results['date']['type'], 'typed-literal')
801+
self.assertIn(results['date']['type'], ['typed-literal', 'literal'])
802802

803803
del results['date']
804804

0 commit comments

Comments
 (0)