Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Oct 22, 2024
1 parent e78b801 commit 6cbc5e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/account.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ test('Account - Register: Default Program', async (t) => {
// NOTE: we fund a new account "naynay" because jumpStart has problems with charlie (T_T)
await run('fund naynay', fundAccount(t, naynay))

// use of charlie seed is solely to transfer funds to the naynay (fresh seed) instance.
// these funds will be used for the jumpstart and register call
await run('jump-start network', jumpStartNetwork(naynay))

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

0 comments on commit 6cbc5e5

Please sign in to comment.