Skip to content

Commit

Permalink
revert: test case max_supply non zero value
Browse files Browse the repository at this point in the history
  • Loading branch information
iamIcarus committed Dec 18, 2024
1 parent 567ae29 commit 2721036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/JettonMaster.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const JETTON_MAX_SUPPLY = toNano("100500");
const UPDATED_JETTON_NAME = "New test jetton";
const UPDATED_JETTON_DESCRIPTION = "New test jetton description. New test jetton description. New test jetton description";
const UPDATED_JETTON_SYMBOL = "NEWJTN";
const UPDATED_JETTON_MAX_SUPPLY = toNano("200500");
const UPDATED_JETTON_MAX_SUPPLY = toNano("0");

describe('JettonMaster', () => {
let blockchain: Blockchain;
Expand Down

0 comments on commit 2721036

Please sign in to comment.