This commit is contained in:
0xoasis 2026-07-18 00:13:52 +08:00 committed by GitHub
commit 7b6ce489d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -545,7 +545,7 @@ func (s *Suite) TestGetLargeReceipts(t *utesting.T) {
t.Fatalf("error reading block receipts msg: %v", err)
}
if got, want := resp.RequestId, req.RequestId; got != want {
t.Fatalf("unexpected request id in respond, want: %d, got: %d", want, got)
t.Fatalf("unexpected request id in response: got %d, want %d", got, want)
}
receiptLists, _ := resp.List.Items()