Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2021-09-12 22:44:47 +0300
committerJens Peters <jp7677@gmail.com>2021-09-12 22:44:47 +0300
commit6864b03c94037f8f468b8742910d8c6a204de38a (patch)
tree70841bb616c9b1f1d2809c0ec30c77923372d78b
parenta5e330b98e0c3d87b719fef435b81ba968415bb7 (diff)
tests: Fix typo
-rw-r--r--tests/nvapi_sysinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nvapi_sysinfo.cpp b/tests/nvapi_sysinfo.cpp
index ad5f0ca..14a2d29 100644
--- a/tests/nvapi_sysinfo.cpp
+++ b/tests/nvapi_sysinfo.cpp
@@ -636,7 +636,7 @@ TEST_CASE("Sysinfo methods succeed", "[.sysinfo]") {
ALLOW_CALL(*nvml, DeviceGetHandleByPciBusId_v2(_, _))
.RETURN(NVML_SUCCESS);
- SECTION("GetDynamicPstatesInfoEx returns OK") {
+ SECTION("GetVbiosVersionString returns OK") {
auto version = "12.34";
ALLOW_CALL(*nvml, DeviceGetVbiosVersion(_, _, _))
.LR_SIDE_EFFECT(strcpy(_2, version))