Skip to content

Commit

Permalink
Fix fixture name
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricekraus committed Apr 25, 2023
1 parent 5bcb397 commit 6fdb3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parse_ts.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_parse_ucr_gunshot_ts():


def test_parse_ucr_custom_missing():
tsinfo = parse_ts(Path("./tests/fixtures/CustomMissing_TEST.ts"))
tsinfo = parse_ts(Path("./tests/fixtures/Custom_Missing_TEST.ts"))
assert tsinfo.num_classes == 39
assert tsinfo.series_length == 217
assert tsinfo.equal_length == True
Expand Down

0 comments on commit 6fdb3c1

Please sign in to comment.