From 3ecfed6bb165775484ce144499594dc1c3ebfe1a Mon Sep 17 00:00:00 2001 From: Dhaiwat Date: Thu, 3 Oct 2024 15:27:32 +0530 Subject: [PATCH] fix tests --- packages/fuels/test/features/deploy.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {