diff options
Diffstat (limited to 'test/apps/test_main.py')
-rw-r--r-- | test/apps/test_main.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/apps/test_main.py b/test/apps/test_main.py index a1d8a49..4fa094b 100644 --- a/test/apps/test_main.py +++ b/test/apps/test_main.py @@ -43,9 +43,9 @@ class TestMain(unittest.TestCase): with contextlib.redirect_stdout(outbuf): main(['info', '--config', self.config_path, 'predicates']) self.assertEqual(set(outbuf.getvalue().strip().split('\n')), { - 'http://bsfs.ai/schema/Entity#filename', - 'http://bsfs.ai/schema/Entity#filesize', - 'http://bsfs.ai/schema/Predicate', + 'https://schema.bsfs.io/ie/Node/Entity#filename', + 'https://schema.bsfs.io/ie/Node/Entity#filesize', + 'https://schema.bsfs.io/core/Predicate', }) |