aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-01-16 21:41:20 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-01-16 21:41:20 +0100
commit3504609e1ba1f7f653fa79910474bebd3ec24d8a (patch)
treed94cdf7ac540eb82630f78cbf564682b66007f51 /test
parent76fa694911f54e293ddf517246c6c4a1e8e745fd (diff)
downloadbsfs-3504609e1ba1f7f653fa79910474bebd3ec24d8a.tar.gz
bsfs-3504609e1ba1f7f653fa79910474bebd3ec24d8a.tar.bz2
bsfs-3504609e1ba1f7f653fa79910474bebd3ec24d8a.zip
various minor fixes
Diffstat (limited to 'test')
-rw-r--r--test/triple_store/sparql/test_sparql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/triple_store/sparql/test_sparql.py b/test/triple_store/sparql/test_sparql.py
index 435ca28..7fbfb65 100644
--- a/test/triple_store/sparql/test_sparql.py
+++ b/test/triple_store/sparql/test_sparql.py
@@ -407,7 +407,7 @@ class TestSparqlStore(unittest.TestCase):
bsfs:distance bsfs:foobar .
''')
- self.assertRaises(ValueError, setattr, store, 'schema', invalid)
+ self.assertRaises(errors.UnsupportedError, setattr, store, 'schema', invalid)
# cannot migrate to incompatible schema
invalid = bsc.from_string('''