Skip to content

Commit bf67019

Browse files
Update tests/unit/test_base_parser.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 006c9e4 commit bf67019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_base_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@pytest.fixture(scope="module")
1111
def real_trace_file():
1212
trace_path = "/flowsim/tests/unit/test_trace.trace.json.gz"
13-
assert os.path.exists(trace_path), f"Profile File Not Exisit: {trace_path}"
13+
assert os.path.exists(trace_path), f"Profile File Not Exist: {trace_path}"
1414
return trace_path
1515

1616

0 commit comments

Comments
 (0)