test: ImageHelper rename to ImageHelperUlt

Related-to: NEO-13669

Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
This commit is contained in:
Damian Tomczak
2025-06-02 17:25:07 +00:00
committed by Compute-Runtime-Automation
parent d9ec4b1a18
commit a7c9bfafb3
58 changed files with 348 additions and 348 deletions

View File

@@ -238,7 +238,7 @@ TEST_F(CloneKernelTest, givenArgImageWhenCloningKernelThenKernelInfoIsCorrect) {
metaPayload.imgHeight = 0x8;
metaPayload.imgDepth = 0xc;
auto image = std::unique_ptr<Image>(Image2dHelper<>::create(context.get()));
auto image = std::unique_ptr<Image>(Image2dHelperUlt<>::create(context.get()));
ASSERT_NE(nullptr, image);
auto rootDeviceIndex = *context->getRootDeviceIndices().begin();