We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4475a18 commit 5201686Copy full SHA for 5201686
tests/test_app.py
@@ -798,7 +798,7 @@ def testBlame(self):
798
self.assertEqual(
799
results['date']['datatype'], 'http://www.w3.org/2001/XMLSchema#dateTime'
800
)
801
- self.assertEqual(results['date']['type'], 'typed-literal')
+ self.assertIn(results['date']['type'], ['typed-literal', 'literal'])
802
803
del results['date']
804
0 commit comments