Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Oct 3, 2024
1 parent 7b07793 commit 3ecfed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuels/test/features/deploy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 3ecfed6

Please sign in to comment.