Skip to content

Commit

Permalink
Fix total issuance test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Dec 12, 2024
1 parent c3586a8 commit 705f4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/dev-tanssi-relay/balances/test_balances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describeSuite({
title: "Checking total issuance is correct on genesis",
test: async function () {
const totalIssuance = (await polkadotJs.query.balances.totalIssuance()).toBigInt();
expect(totalIssuance).toBe(12_000_000_000_033_333_333n);
expect(totalIssuance).toBe(12_000_000_000_133_333_332n);
},
});

Expand Down

0 comments on commit 705f4a0

Please sign in to comment.