From 729899757c0c47cfc66f70012c75e7cc233cc9f6 Mon Sep 17 00:00:00 2001 From: MatthiasProbst Date: Tue, 30 Apr 2024 09:40:46 +0200 Subject: [PATCH] bugfix --- tests/database/test_mongo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/database/test_mongo.py b/tests/database/test_mongo.py index f0e0f74..169b346 100644 --- a/tests/database/test_mongo.py +++ b/tests/database/test_mongo.py @@ -144,6 +144,7 @@ def test_insert(self): pathlib.Path('test.h5').unlink() + @is_testable def test_insert_group(self): mongoDBInterface = MongoDB(collection=self.collection)