Skip to content

Commit

Permalink
🏷️ test(core): Update type in getWalletSetupFuncHash.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 24, 2023
1 parent 1318ef6 commit 98220e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/test/utils/getWalletSetupFuncHash.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { describe, expect, it } from 'vitest'
import { WALLET_SETUP_FUNC_HASH_LENGTH, getWalletSetupFuncHash } from '../../src/utils/getWalletSetupFuncHash'

const EXPECTED_HASH = '9638e9a1f0a7719fa148'
const EXPECTED_HASH = 'c339a616cd86dc167b68'

const testFunction = (name: string) => {
const testFunction = async (name: string) => {
return `Hello ${name}!`
}

Expand Down

0 comments on commit 98220e8

Please sign in to comment.