Skip to content

Commit d2856cc

Browse files
committed
pre-commit fixes
1 parent e5a4b3c commit d2856cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_bindings/tests/test_graphics_apis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_graphics_api_smoketest():
2323
if error_name == "cudaSuccess":
2424
assert int(gfx_resource) != 0
2525
else:
26-
assert error_name in ("cudaErrorInvalidValue", "cudaErrorUnknown", 'cudaErrorOperatingSystem')
26+
assert error_name in ("cudaErrorInvalidValue", "cudaErrorUnknown", "cudaErrorOperatingSystem")
2727

2828

2929
def test_cuda_register_image_invalid():

0 commit comments

Comments
 (0)