diff --git a/src/shared/migrate-legacy-plugin-entry.test.ts b/src/shared/zauc-mocks-migrate-legacy-plugin/migrate-legacy-plugin-entry.test.ts
similarity index 97%
rename from src/shared/migrate-legacy-plugin-entry.test.ts
rename to src/shared/zauc-mocks-migrate-legacy-plugin/migrate-legacy-plugin-entry.test.ts
index 6e382d5a0..993e356ab 100644
--- a/src/shared/migrate-legacy-plugin-entry.test.ts
+++ b/src/shared/zauc-mocks-migrate-legacy-plugin/migrate-legacy-plugin-entry.test.ts
@@ -1,12 +1,12 @@
-///
+///
import { afterAll, afterEach, beforeEach, describe, expect, it, mock } from "bun:test"
import { mkdirSync, readFileSync, rmSync, writeFileSync } from "node:fs"
import { tmpdir } from "node:os"
import { join } from "node:path"
-async function importFreshMigrationModule(): Promise {
- return import(`./migrate-legacy-plugin-entry?test=${Date.now()}-${Math.random()}`)
+async function importFreshMigrationModule(): Promise {
+ return import(`../migrate-legacy-plugin-entry?test=${Date.now()}-${Math.random()}`)
}
afterAll(() => {
@@ -217,4 +217,4 @@ describe("migrateLegacyPluginEntry", () => {
})
})
})
-})
+})
\ No newline at end of file