Skip to content

Commit

Permalink
add unit tests for lccr_csv reader
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Jan 17, 2024
1 parent 35a2cec commit 71b8d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_recording.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_step_ecode(self):
def test_get_params(self):
params = self.recording.get_params()
self.assertEqual(len(params), len(self.recording.export_attr))

def test_generate(self):
t, c = self.recording.generate()
self.assertEqual(len(t), len(c))
Expand Down

0 comments on commit 71b8d59

Please sign in to comment.