We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a60d4d commit d53dd64Copy full SHA for d53dd64
src/tempo/actions/fee.test.ts
@@ -22,8 +22,8 @@ afterEach(async () => {
22
describe('getUserToken', () => {
23
test('default', async () => {
24
// Fund accounts
25
- await fundAddress(client, { address: account2.address })
26
- await fundAddress(client, { address: account3.address })
+ await fundAddress(client, { address: account2.address, sequential: true })
+ await fundAddress(client, { address: account3.address, sequential: true })
27
28
// Set token (address)
29
await actions.fee.setUserTokenSync(client, {
0 commit comments