Skip to content

Commit

Permalink
Update tests/faucet.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix authored Oct 23, 2024
1 parent 42cc9d5 commit d0c6670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/faucet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { EntropyAccount } from '../src/account/main'

async function setupAndFundFaucet (t) {
const { run, entropy: charlie, endpoint } = await setupTest(t, { seed: charlieStashSeed })
// NOTE: setupTest calles spinUpNetwork, but it's idempotent = chill!
// NOTE: setupTest calls spinUpNetwork... which has already been called, but this is idempotent = chill!
const charlieAddress = charlie.keyring.accounts.registration.address

const account = new EntropyAccount(charlie, endpoint)
Expand Down

0 comments on commit d0c6670

Please sign in to comment.