Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
fix: type issue in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Dec 2, 2020
1 parent 631ed81 commit 0353cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/utils/stacking/pox.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ test.skip('making a lock-stx transaction', async () => {
});
await waitForTxConfirm(`0x${lockTxid}`);
const stackerInfo = await client.getStackerInfo(address);
if ('error' in stackerInfo) return;
console.log('Stacker Info:');
console.log('Amount Locked:', stackerInfo.amountMicroStx);
console.log('Lock Period:', stackerInfo.lockPeriod);
Expand Down

0 comments on commit 0353cd3

Please sign in to comment.