ruff format: Update more test files

This commit is contained in:
Matthias
2024-05-12 15:59:04 +02:00
parent ca1fe06035
commit d8a8b5c125
8 changed files with 340 additions and 313 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ def test_key_value_store(time_machine):
KeyValueStore.delete_value("test_float")
with pytest.raises(ValueError, match=r"Unknown value type"):
KeyValueStore.store_value("test_float", {'some': 'dict'})
KeyValueStore.store_value("test_float", {"some": "dict"})
@pytest.mark.usefixtures("init_persistence")