Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Dec 13, 2024
1 parent f18f998 commit 07c3c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-fuels/test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('CLI', { timeout: 15_000 }, () => {
expect(toolchain).toEqual({ channel: 'testnet' });
expect(components).toEqual({
forc: '0.66.5',
'fuel-core': '0.40.0',
'fuel-core': '0.40.1',
});
});

Expand Down

0 comments on commit 07c3c25

Please sign in to comment.