diff --git a/packages/fuels/test/features/deploy.test.ts b/packages/fuels/test/features/deploy.test.ts index 8dc0f57b03f..7d36998bf3d 100644 --- a/packages/fuels/test/features/deploy.test.ts +++ b/packages/fuels/test/features/deploy.test.ts @@ -22,10 +22,10 @@ describe('deploy', { timeout: 180000 }, () => { let paths = bootstrapProject(__filename); beforeEach(() => { - mockCheckForUpdates(); resetConfigAndMocks(paths.fuelsConfigPath); resetDiskAndMocks(paths.root); paths = bootstrapProject(__filename); + mockCheckForUpdates(); }); afterEach(() => {