Skip to content

Commit

Permalink
fixup! chore: bump starship to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jul 27, 2024
1 parent 330577e commit 4a6b313
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion multichain-testing/test/smart-wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ test('provision smart wallet', async t => {
);
t.like(walletCurrent, { liveOffers: [], offerToPublicSubscriberPaths: [] });

const agQueryClient = makeQueryClient(await useChain('agoric').getRestEndpoint());
const agQueryClient = makeQueryClient(
await useChain('agoric').getRestEndpoint(),
);
const { balances } = await agQueryClient.queryBalances(wallets.user1);
t.deepEqual(
balances,
Expand Down

0 comments on commit 4a6b313

Please sign in to comment.