go-ethereum/common/math
Daniel Liu 52614a59c3
common/math: fix typo in TestMustParseUint64Panic error message #32648 (#1555)
Fix typo in test error message where "MustParseBig" was incorrectly
used instead of "MustParseUint64" in the TestMustParseUint64Panic
function.

The test still functions correctly, but now the error message
accurately reflects the function being tested.

Co-authored-by: Gengar <creeptogengar@gmail.com>
2025-09-24 07:49:30 +08:00
..
big.go all: use fmt.Appendf instead of fmt.Sprintf where possible #31301 (#1432) 2025-09-06 17:12:19 +08:00
big_test.go common: drop BigMin and BigMax, they pollute our dep graph (#30645) 2024-12-28 09:06:31 +08:00
integer.go all: use fmt.Appendf instead of fmt.Sprintf where possible #31301 (#1432) 2025-09-06 17:12:19 +08:00
integer_test.go common/math: fix typo in TestMustParseUint64Panic error message #32648 (#1555) 2025-09-24 07:49:30 +08:00