Skip to content

Commit

Permalink
test: fix more array tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and kszucs committed Feb 6, 2024
1 parent d4f7d96 commit e4b6b70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibis/backends/tests/test_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ def test_array_position(backend, con, a, expected_array):
expr = t.a.index(42)
result = con.execute(expr)
expected = pd.Series(expected_array, dtype="object")
backend.assert_series_equal(result, expected, check_names=False, check_dtype=False)
assert frozenset(result.values) == frozenset(expected.values)


Expand Down

0 comments on commit e4b6b70

Please sign in to comment.