Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
willdealtry committed Jun 25, 2024
1 parent 516d169 commit c81f8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tests/integration/arcticdb/test_arctic.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def test_basic_metadata(lmdb_version_store):
assert vit.metadata == metadata


def test_sorted_roundtrip(lmdb_version_store):
lib = lmdb_version_store
def test_sorted_roundtrip(arctic_library):
lib = arctic_library

symbol = "sorted_test"
df = pd.DataFrame({"column": [1, 2, 3, 4]}, index=pd.date_range(start="1/1/2018", end="1/4/2018"))
Expand Down

0 comments on commit c81f8ad

Please sign in to comment.