Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed Oct 3, 2024
1 parent 086d560 commit 57c4265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/mint/types/minter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func Test_calcMintedTokens(t *testing.T) {
{
title: "starting at the end of 2nd month",
normTimePassed: sdkmath.LegacyMustNewDecFromStr("2.46020833"),
expTotalMinted: sdkmath.NewUintFromString("190_4526_305_072"),
expTotalMinted: sdkmath.NewUintFromString("1_904_526_305_072"),
},
{
title: "starting at the end of 96th month",
Expand Down

0 comments on commit 57c4265

Please sign in to comment.