Skip to content

Commit 46697a0

Browse files
committed
fix win32 test
1 parent d913fa9 commit 46697a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recursive_diff/tests/test_diff_arrays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_diff_arrays(chunk):
6161
arrays["[3][data]"],
6262
pd.DataFrame(
6363
{"lhs": ["bar"], "rhs": ["baz"]},
64-
index=pd.Index(np.asarray([1]), name="dim_0"),
64+
index=pd.Index(np.asarray([1], dtype=np.int64), name="dim_0"),
6565
),
6666
)
6767

0 commit comments

Comments
 (0)