Skip to content

Commit 5ca9c17

Browse files
committed
remove useless test
1 parent 33355f0 commit 5ca9c17

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/test_scan_events.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,3 @@ def test_scan_events_angiotensin(angiotensin_raw_file):
5151
assert events.scan_events == 0
5252

5353

54-
def test_scan_events_uv():
55-
path = os.path.join(os.path.dirname(__file__), "..", "test_data", "MTBLS773_UV.raw")
56-
if not os.path.exists(path):
57-
pytest.fail(f"Test file not found: {path}")
58-
59-
raw = RawFile(path)
60-
raw.close()

0 commit comments

Comments
 (0)