test: Fix ULT naming for IPC open handle test

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com>
This commit is contained in:
Aravind Gopalakrishnan 2025-04-25 00:36:31 +00:00 committed by Compute-Runtime-Automation
parent 0c6ed25a83
commit 52a0f1c7e4
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ TEST_F(MemoryObtainFdTest,
}
TEST_F(MemoryExportImportImplicitScalingTest,
whenCallingOpenIpcHandlesWithIpcHandleThenDeviceAllocationIsReturned) {
whenCallingOpenIpcHandlesWithIpcHandleThenReturnsSuccess) {
size_t size = 10;
size_t alignment = 1u;
void *ptr = nullptr;