Skip to content

Commit

Permalink
Fixed test path
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Sep 3, 2023
1 parent ba40a9e commit 6df4e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/permission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
} from '@wharfkit/antelope'
import {makeClient, mockAccountName} from '@wharfkit/mock-data'

import AccountKit, {Account, Permission} from '../../src'
import {Account, AccountKit, Permission} from '../../src'

const client = makeClient('https://jungle4.greymass.com')
const accountKit = new AccountKit({client})
Expand Down

0 comments on commit 6df4e7a

Please sign in to comment.