We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4365958 commit 190df10Copy full SHA for 190df10
cuda_core/tests/system/test_system_system.py
@@ -1,4 +1,4 @@
1
-# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
@@ -101,4 +101,3 @@ def test_get_driver_branch():
101
driver_branch = system.get_driver_branch()
102
assert isinstance(driver_branch, str)
103
assert len(driver_branch) > 0
104
- assert driver_branch[0] == "r"
0 commit comments