Skip to content

Commit

Permalink
Changes the colon in expected test file name too
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesRendle committed Nov 9, 2022
1 parent 68a0894 commit 259bd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/stress/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_resultant_path():
metrics_out_folder=tmp_dir / "metrics",
)

start_time = "08:04:18"
start_time = "08_04_18"
assert (tmp_dir / "metrics").exists()
assert (tmp_dir / "metrics" / run_identifier).exists()
assert (
Expand Down

0 comments on commit 259bd85

Please sign in to comment.