diff --git a/pkg/beacon/beacon_test.go b/pkg/beacon/beacon_test.go index 14a32ac62b..293055d5f6 100644 --- a/pkg/beacon/beacon_test.go +++ b/pkg/beacon/beacon_test.go @@ -17,6 +17,7 @@ const ( ) func TestConfirmRelayRequestOnFirstAttempt(t *testing.T) { + t.Fatalf("TEST ERROR") expectedRequestStartBlock := 1888 onConfirmedExecuted := false onConfirmed := func() {