Skip to content

Commit

Permalink
Tyop
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Dec 31, 2024
1 parent 7ae7b52 commit 77b20e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuels/test/features/init.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('init', () => {
expect(fuelsContents).toMatch(relativeFooDir);
});

it('should run `init` command with --predicate', async () => {
it('should run `init` command with --predicates', async () => {
await runInit({
root: paths.root,
predicates: paths.predicateDir,
Expand Down

0 comments on commit 77b20e1

Please sign in to comment.