Skip to content

Commit

Permalink
remove unneeded test assert
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Jul 29, 2024
1 parent 0187dcb commit 1f4e79d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,6 @@ def test_typetracer_function(daa: Array) -> None:
tta = typetracer_array(aa)
assert tta is not None
assert tta.layout.form == aa.layout.form
with pytest.raises(TypeError, match="Got type <class 'int'>"):
typetracer_array(3)


def test_single_partition(ndjson_points_file: str) -> None:
Expand Down

0 comments on commit 1f4e79d

Please sign in to comment.