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 cfea3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/utils/getWalletSetupFuncHash.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { WALLET_SETUP_FUNC_HASH_LENGTH, getWalletSetupFuncHash } from '../../src

const EXPECTED_HASH = '9638e9a1f0a7719fa148'

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

Expand Down

0 comments on commit cfea3cf

Please sign in to comment.