Skip to content

Commit

Permalink
Merge pull request #753 from hirosystems/fix/test
Browse files Browse the repository at this point in the history
fix: broken test
  • Loading branch information
Ludo Galabru authored Jan 4, 2023
2 parents b80aa81 + a015292 commit 64baa79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Clarinet.test({
Tx.contractCall("cbtc-token", "burn", [types.uint(500)], "ST2CY5V39NHDPWSXMW9QDT3HC3GD6Q6XX4CFRK9AG")
]);
assertEquals(block.receipts.length, 2);
assertEquals(block.height, 2);
assertEquals(block.height, 3);
},
});

0 comments on commit 64baa79

Please sign in to comment.