Skip to content

Commit 4d6e3a2

Browse files
committed
Fix test
1 parent 2053c11 commit 4d6e3a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/tests/test_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_to_system_device(deinit_cuda):
3838

3939
system_device = device.to_system_device()
4040
assert isinstance(system_device, SystemDevice)
41-
assert system_device.uuid == device.uuid_without_prefix
41+
assert system_device.uuid_without_prefix == device.uuid
4242

4343
# Technically, this test will only work with PCI devices, but are there
4444
# non-PCI devices we need to support?

0 commit comments

Comments
 (0)