mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
Co-authored-by: Forostovec <ilonaforostovec22@gmail.com>
This commit is contained in:
parent
33b4940d56
commit
0ac2caf2c6
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ func TestDecodeErrors(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := Decode(r, new(uint)); err != io.EOF {
|
if err := Decode(r, new(uint)); err != io.EOF {
|
||||||
t.Errorf("Decode(r, new(int)) error mismatch, got %q, want %q", err, io.EOF)
|
t.Errorf("Decode(r, new(uint)) error mismatch, got %q, want %q", err, io.EOF)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue