Skip to content

Commit

Permalink
chore: use fuel Wallet 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed May 23, 2024
1 parent 8d278e6 commit 6ff0420
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nine-taxis-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@fuels/playwright-utils': minor
---

Use fuelWallet 0.19.0
2 changes: 1 addition & 1 deletion packages/test-utils/src/fixtures/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const test = base.extend<{
pathToExtension: string;
fuelWalletVersion: string;
}>({
fuelWalletVersion: '0.15.1',
fuelWalletVersion: '0.19.0',
pathToExtension: async ({ fuelWalletVersion }, use) => {
const fuelPath = await downloadFuel(fuelWalletVersion);
await use(fuelPath);
Expand Down

0 comments on commit 6ff0420

Please sign in to comment.