mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
Merge c898f75449 into 7c9032dff6
This commit is contained in:
commit
dec36f2fe2
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ func TestFreezerCloseSync(t *testing.T) {
|
|||
if err := f.SyncAncient(); err == nil {
|
||||
t.Fatalf("want error, have nil")
|
||||
} else if have, want := err.Error(), "[closed closed]"; have != want {
|
||||
t.Fatalf("want %v, have %v", have, want)
|
||||
t.Fatalf("want %v, have %v", want, have)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue