core/rawdb: fix typo in TestWriteAncientHeaderChain (#32587)

This commit is contained in:
VolodymyrBg 2025-09-16 15:27:20 +03:00 committed by GitHub
parent b340103e9d
commit 110b4e13c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -511,7 +511,7 @@ func TestWriteAncientHeaderChain(t *testing.T) {
t.Fatalf("unexpected body returned")
}
if blob := ReadReceiptsRLP(db, header.Hash(), header.Number.Uint64()); len(blob) != 0 {
t.Fatalf("unexpected body returned")
t.Fatalf("unexpected receipts returned")
}
}
}