This commit is contained in:
cui 2026-06-18 22:17:34 +00:00 committed by GitHub
commit dec36f2fe2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
}
}