We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2053c11 commit 4d6e3a2Copy full SHA for 4d6e3a2
1 file changed
cuda_core/tests/test_device.py
@@ -38,7 +38,7 @@ def test_to_system_device(deinit_cuda):
38
39
system_device = device.to_system_device()
40
assert isinstance(system_device, SystemDevice)
41
- assert system_device.uuid == device.uuid_without_prefix
+ assert system_device.uuid_without_prefix == device.uuid
42
43
# Technically, this test will only work with PCI devices, but are there
44
# non-PCI devices we need to support?
0 commit comments