Skip to content

Commit

Permalink
test: fix BenchmarkCoinsAdditionIntersect panic (cosmos#9904)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Manh Le authored Aug 11, 2021
1 parent 1e33f39 commit c45b9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/coin_benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func coinName(suffix int) string {
return fmt.Sprintf("coinz%d", suffix)
return fmt.Sprintf("coinz%04d", suffix)
}

func BenchmarkCoinsAdditionIntersect(b *testing.B) {
Expand Down

0 comments on commit c45b9d0

Please sign in to comment.