Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Dec 30, 2024
1 parent 659fb7f commit 15faa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staker/_helper_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -561,5 +561,5 @@ func getNumPoolTiers(t *testing.T) (uint64, uint64, uint64) {
tier2Num := poolTier.count[2].tree.Size()
tier3Num := poolTier.count[3].tree.Size()

return tier1Num, tier2Num, tier3Num
return uint64(tier1Num), uint64(tier2Num), uint64(tier3Num)
}

0 comments on commit 15faa92

Please sign in to comment.