Skip to content

Commit

Permalink
removed duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
upsonp committed May 31, 2022
1 parent 87e64fc commit b538acb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ def test_btl_as_stringio(btl_as_stream):
assert not btl_as_stream.empty


def test_btl_as_stringio_without_name(btl_as_stream):
assert isinstance(btl_as_stream, pd.DataFrame)
assert not btl_as_stream.empty


def test_ros_is_dataframe(ros):
assert isinstance(ros, pd.DataFrame)
assert not ros.empty
Expand Down

0 comments on commit b538acb

Please sign in to comment.