Skip to content

Commit

Permalink
Extra coin supply tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Dec 5, 2024
1 parent a99aaa7 commit 6cc3833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convex-core/src/test/java/convex/core/lang/CoreTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2886,6 +2886,7 @@ public void testCoinSupply() {
Context ctx=context();
CVMLong supply=eval("(coin-supply)");
assertTrue(supply.longValue()>ctx.getBalance());
assertTrue(supply.longValue()==ctx.getState().computeSupply());
}

@Test
Expand Down

0 comments on commit 6cc3833

Please sign in to comment.