Skip to content

Commit d53dd64

Browse files
committed
test: fund sequential
1 parent 1a60d4d commit d53dd64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tempo/actions/fee.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ afterEach(async () => {
2222
describe('getUserToken', () => {
2323
test('default', async () => {
2424
// Fund accounts
25-
await fundAddress(client, { address: account2.address })
26-
await fundAddress(client, { address: account3.address })
25+
await fundAddress(client, { address: account2.address, sequential: true })
26+
await fundAddress(client, { address: account3.address, sequential: true })
2727

2828
// Set token (address)
2929
await actions.fee.setUserTokenSync(client, {

0 commit comments

Comments
 (0)