Skip to content

Commit

Permalink
style: format test
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Mar 20, 2024
1 parent 57633b4 commit 38730d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lucid-evolution/test/wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ try {
test.skipIf(setupFail)("test wallet-provider", async () => {
const user = await makeLucid(
new Blockfrost(process.env.VITE_API_URL!, process.env.VITE_BLOCKFROST_KEY),
"Preprod"
"Preprod",
);
user.selectWallet.fromSeed(process.env.VITE_SEED!);

Expand Down

0 comments on commit 38730d2

Please sign in to comment.