Skip to content

Commit 178aa32

Browse files
committed
refactor sysman init cts
Related-To: VLCLJ-2335 Signed-off-by: B, Vishnu Khanth <[email protected]>
1 parent 9e7a758 commit 178aa32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance_tests/sysman/test_sysman_init/src/test_init_sysman.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ TEST(SysmanInitTests,
2020
GivenZesInitWhenZesDriverGetIsCalledThenSuccessIsReturned) {
2121
ASSERT_EQ(ZE_RESULT_SUCCESS, zesInit(0));
2222
uint32_t count = 0;
23-
ASSERT_EQ(ZE_RESULT_SUCCESS, zesDriverGet(&pCount, nullptr));
23+
ASSERT_EQ(ZE_RESULT_SUCCESS, zesDriverGet(&count, nullptr));
2424
ASSERT_GT(count, 0);
2525
}
2626

0 commit comments

Comments
 (0)