We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0530503 commit ab2f401Copy full SHA for ab2f401
tests/integration/test_datastore.py
@@ -1,5 +1,4 @@
1
import os
2
-import json
3
from dataclasses import dataclass
4
from datetime import UTC, datetime
5
from pathlib import Path
tests/integration/test_rollback.py
@@ -160,11 +160,7 @@ def test_rollback_first_bump(mocked_datastore_api: MockedDatastoreApi):
160
for file in os.listdir(metadata_dir)
161
)
162
assert not any(
163
- file
164
- in [
165
- "metadata_all__1_0_0.json",
166
- "data_versions__1_0.json"
167
- ]
+ file in ["metadata_all__1_0_0.json", "data_versions__1_0.json"]
168
169
170
0 commit comments