Skip to content

Commit

Permalink
Update sendCalls.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored Feb 23, 2025
1 parent ebf5738 commit 534493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/experimental/actions/sendCalls.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test('behavior: not connected', async () => {
`)
})

test('behavior: nullish account & connector passed (infer account from connector)', async () => {
test('behavior: nullish account (account filled by wallet)', async () => {
await expect(
sendCalls(config, {
account: null,
Expand Down

0 comments on commit 534493a

Please sign in to comment.