Skip to content

Commit

Permalink
Temporary change to test reporting of test failures
Browse files Browse the repository at this point in the history
Change introduced to deliberatly make the tests fail. Will be reverted
soon.
  • Loading branch information
michalinacienciala committed Feb 9, 2021
1 parent a368ae6 commit 376b63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/beacon/beacon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const (
)

func TestConfirmRelayRequestOnFirstAttempt(t *testing.T) {
t.Fatalf("TEST ERROR")
expectedRequestStartBlock := 1888
onConfirmedExecuted := false
onConfirmed := func() {
Expand Down

0 comments on commit 376b63b

Please sign in to comment.