Skip to content

Commit 3a621e5

Browse files
committed
Fix tests
1 parent 7293544 commit 3a621e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/tests/system/test_system_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ def test_fan():
617617
min_, max_ = fan_info.min_max_speed
618618
assert isinstance(min_, int)
619619
assert isinstance(max_, int)
620-
assert min <= max
620+
assert min_ <= max_
621621
if speed > 0:
622622
assert min_ <= speed <= max_
623623

0 commit comments

Comments
 (0)