Skip to content

Commit

Permalink
Fix recallable for testnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
msinkec committed Feb 9, 2024
1 parent 5086c4e commit 00be3e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/recallable.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ describe('Test SmartContract `Recallable`', () => {

it('should pass 10000/0', async () => {
// alice transfers 10000 to bob, keeps nothing left
recallable = new Recallable(PubKey(alicePublicKey.toByteString()))
await recallable.connect(getDefaultSigner(alicePrivateKey))
await recallable.deploy(100)

const bobNextInstance = recallable.next()
bobNextInstance.userPubKey = PubKey(bobPublicKey.toByteString())
Expand Down

0 comments on commit 00be3e6

Please sign in to comment.