Skip to content

Commit

Permalink
Update other_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jul 2, 2024
1 parent b039f24 commit f1cebd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/cli/other_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,10 @@ def test_showtime_top5_file(tmpdir):
for i in range(1, 5):
if lines[i].startswith('valueFlowLifetime'):
assert lines[i].endswith(' - 2 result(s))')
else:
elif lines[i].startswith('valueFlowEnumValue'):
assert lines[i].endswith(' - 2 result(s))')
else:
assert lines[i].endswith(' result(s))')
assert lines[6].startswith('Overall time:')
assert stderr == ''

Expand Down

0 comments on commit f1cebd3

Please sign in to comment.