Skip to content

Commit

Permalink
testing: remove created files
Browse files Browse the repository at this point in the history
  • Loading branch information
Saskia Kohn committed Oct 13, 2023
1 parent 9995d85 commit 62ce756
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unisens_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,8 @@ def test_deprecation(self):
ve1.set_data(data=signal2[:20], sampleRate=float(u.ecg200_bin.sampleRate))
assert str(d.value) == 'Channel naming will be mandatory with the next release. ' \
'Please provide a list of channel names with set_data().'
os.remove('test_signal.bin')
os.remove('test_signal.csv')

def test_read_unisens_deprecation(self):
u_folder = os.path.join(os.path.dirname(__file__), 'Example_001')
Expand Down

0 comments on commit 62ce756

Please sign in to comment.