Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akiFQC committed Nov 22, 2024
1 parent 2bd068c commit 90b3ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ def test_main_cli():
# fmt: on
result = subprocess.run(command)
assert result.returncode == 0
assert (Path(f) / "jmteb_config.json").exists()
assert (Path(f) / "jmteb_config.yaml").exists()
assert (Path(f) / "summary.json").exists()

0 comments on commit 90b3ff2

Please sign in to comment.