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 056f4e0 commit b039f24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/cli/other_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,10 +829,8 @@ def test_showtime_top5_file(tmpdir):
for i in range(1, 5):
if lines[i].startswith('valueFlowLifetime'):
assert lines[i].endswith(' - 2 result(s))')
elif lines[i].startswith('valueFlowEnumValue'):
assert lines[i].endswith(' - 2 result(s))')
else:
assert lines[i].endswith(' - 1 result(s))')
assert lines[i].endswith(' - 2 result(s))')
assert lines[6].startswith('Overall time:')
assert stderr == ''

Expand Down

0 comments on commit b039f24

Please sign in to comment.