Skip to content

Commit

Permalink
chore: Remove test.
Browse files Browse the repository at this point in the history
Remove test which tests a function imported from a different module.
  • Loading branch information
mbelak-dtml committed Jul 26, 2023
1 parent 42883a5 commit 457bc36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ def test_full_na_series():
warnings.simplefilter(action="error", category=RuntimeWarning)
result = func(series)
assert math.isnan(float(result))
assert utils.is_numeric(series)
assert utils.is_categorical(series)
assert utils.num_unique_values(series) == 0

0 comments on commit 457bc36

Please sign in to comment.