Skip to content

Commit 84ca8f9

Browse files
Georgi RusevGeorgi Rusev
Georgi Rusev
authored and
Georgi Rusev
committed
typo
1 parent ceb2db3 commit 84ca8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/tests/integration/arcticdb/test_read_batch_more.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
As of the Change Date specified in that file, in accordance with the Business Source License, use of this software will be governed by the Apache License, version 2.0.
77
"""
88
from arcticdb import DataError, ErrorCode
9+
from arcticdb.util._versions import IS_PANDAS_TWO
910
from arcticdb.version_store.library import ReadRequest
1011
from arcticdb.version_store.processing import QueryBuilder
1112
import pytest
@@ -24,7 +25,6 @@
2425
dataframe_filter_with_datetime_index
2526
)
2627

27-
from arcticdb.util._versions import IS_PANDAS_TWO
2828

2929
def dataframe_concat_sort(*df_args : pd.DataFrame) -> pd.DataFrame:
3030
"""
@@ -343,7 +343,7 @@ def test_read_batch_multiple_wrong_things_at_once(arctic_library):
343343
lib.delete(symbol1, versions=[1])
344344

345345
batch = lib.read_batch(symbols=[symbol2,
346-
ReadRequest(symbol1, as_of=0),
346+
ReadRequest(symbol1, as_of=1),
347347
ReadRequest("nonExisting"),
348348
ReadRequest(symbol1),
349349
ReadRequest(symbol1, query_builder=q_wrong),

0 commit comments

Comments
 (0)