Skip to content

Commit

Permalink
✅ chore: update cache hash for defineWalletSetup
Browse files Browse the repository at this point in the history
  • Loading branch information
drptbl committed Feb 20, 2024
1 parent 8d6c7e8 commit 5abb3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/defineWalletSetup.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { describe, expect, it } from 'vitest'
import { defineWalletSetup } from '../src/defineWalletSetup'

const PASSWORD = 'Quack Quack! 🦆'
const EXPECTED_HASH = '69620d59802a61c6900f'
const EXPECTED_HASH = 'f9c5ea5bb2c3aac96ff4'

const testWalletSetupFunction = async (): Promise<void> => {
const result = 1 + 2
Expand Down

0 comments on commit 5abb3fc

Please sign in to comment.