Skip to content

Commit ff76178

Browse files
committed
Removed obsoleted assert.
1 parent 9c8b827 commit ff76178

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_coverup_54.py

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def clean_scalene_arguments():
1818
def test_scalene_arguments_initialization(clean_scalene_arguments):
1919
args = clean_scalene_arguments
2020
assert args.cpu == True
21-
assert args.gpu == (platform.system() != "Darwin")
2221
assert args.memory == (sys.platform != "win32")
2322
assert args.stacks == False
2423
assert args.cpu_percent_threshold == 1

0 commit comments

Comments
 (0)