Skip to content

Commit

Permalink
Removed obsoleted assert.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Jan 10, 2025
1 parent 9c8b827 commit ff76178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_coverup_54.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def clean_scalene_arguments():
def test_scalene_arguments_initialization(clean_scalene_arguments):
args = clean_scalene_arguments
assert args.cpu == True
assert args.gpu == (platform.system() != "Darwin")
assert args.memory == (sys.platform != "win32")
assert args.stacks == False
assert args.cpu_percent_threshold == 1
Expand Down

0 comments on commit ff76178

Please sign in to comment.