diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-04-27 17:51:29 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-04-27 17:53:36 +0200 |
commit | 54a757b016d5b3aa9103ec29d6b63cd5fd64d28e (patch) | |
tree | 8685a9e0e7aa0657221892ee096c372215fa3046 /tests | |
parent | 171dbffdbb904c355f5f4cacf59e85f1ee08fe85 (diff) |
Remove test that is no longer needed
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_sqlite_store.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_sqlite_store.py b/tests/test_sqlite_store.py index 7c282b7..ea3fef6 100644 --- a/tests/test_sqlite_store.py +++ b/tests/test_sqlite_store.py @@ -27,7 +27,3 @@ class TestSqliteStore(unittest.TestCase): oid = 'https://test/object/does_not_exist' with self.assertRaises(exceptions.DoesNotExist): self.store.get('object', oid) - - def test_get_object_wrong_type(self): - with self.assertRaises(exceptions.UnknownObjectType): - self.store.get('no_such_type', self.oid) |