Skip to content

Commit

Permalink
add config types to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Nov 27, 2024
1 parent a420884 commit f23942e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/account.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import { randomAsHex } from '@polkadot/util-crypto'

import { EntropyAccount } from '../src/account/main'
import { EntropyTransfer } from '../src/transfer/main'
import { EntropyAccountConfig, EntropyConfig } from '../src/config/types'
import { EntropyConfigAccount, EntropyConfig } from '../src/config/types'
import * as config from '../src/config'
import { promiseRunner, setupTest } from './testing-utils'
import { charlieStashAddress, charlieStashSeed, eveSeed } from './testing-utils/constants.mjs'

test('Account - list', async t => {
const account: EntropyAccountConfig = {
const account: EntropyConfigAccount = {
name: 'Test Config',
address: charlieStashAddress,
data: {
Expand Down

0 comments on commit f23942e

Please sign in to comment.