We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afed22 commit c698c64Copy full SHA for c698c64
eth/catalyst/api_test.go
@@ -662,8 +662,8 @@ func TestEmptyBlocks(t *testing.T) {
662
if err != nil {
663
t.Fatal(err)
664
}
665
- if status.Status != beacon.ACCEPTED {
666
- t.Errorf("invalid status: expected ACCEPTED got: %v", status.Status)
+ if status.Status != beacon.SYNCING {
+ t.Errorf("invalid status: expected SYNCING got: %v", status.Status)
667
668
if status.LatestValidHash != nil {
669
t.Fatalf("invalid LVH: got %v wanted nil", status.LatestValidHash)
0 commit comments