mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
Update integer_test.go
This commit is contained in:
parent
6492751355
commit
3d391da4af
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ func TestMustParseUint64(t *testing.T) {
|
||||||
func TestMustParseUint64Panic(t *testing.T) {
|
func TestMustParseUint64Panic(t *testing.T) {
|
||||||
defer func() {
|
defer func() {
|
||||||
if recover() == nil {
|
if recover() == nil {
|
||||||
t.Error("MustParseBig should've panicked")
|
t.Error("MustParseUint64 should've panicked")
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
MustParseUint64("ggg")
|
MustParseUint64("ggg")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue