Skip to content

Commit

Permalink
test: fix empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Feb 3, 2023
1 parent 5066df9 commit 73eb5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_2198_almost_equal.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_union():


def test_empty():
array = ak.Array([None])
array = ak.Array([])

assert not ak.almost_equal(array, [{"x": 1}, {"y": 3}])
assert not ak.almost_equal(array, [1])
Expand Down

0 comments on commit 73eb5b9

Please sign in to comment.