Skip to content

Commit e684ab3

Browse files
committed
test: pipeline fail
1 parent d2d90f3 commit e684ab3

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)