Skip to content

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Aug 8, 2024
1 parent db75955 commit 318fa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/src/providers/provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ describe('Provider', () => {
});

it('should NOT cache resources when TX submission fails', async () => {
const message = new TestMessage({ amount: 100_000});
const message = new TestMessage({ amount: 100_000 });

using launched = await setupTestProviderAndWallets({
nodeOptions: {
Expand Down

0 comments on commit 318fa60

Please sign in to comment.