Skip to content

Commit f58c2e6

Browse files
committed
test: fail pipeline
1 parent 6f40d13 commit f58c2e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backend/pkg/api/handlers/validator_dashboard_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,7 @@ func TestInputGetValidatorDashboardGroupSummaryCheck(t *testing.T) {
130130
assert.NotNil(t, err)
131131
})
132132
}
133+
134+
func TestFail(t *testing.T) {
135+
assert.Fail(t, "This test is supposed to fail")
136+
}

0 commit comments

Comments
 (0)