Skip to content

Commit

Permalink
fix: remove old testcases
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Treml <[email protected]>
  • Loading branch information
niklastreml committed Jul 29, 2024
1 parent f9f4af0 commit 09d7a63
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkg/sparrow/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,16 +248,6 @@ func TestChecksController_RegisterCheck(t *testing.T) {
},
check: health.NewCheck(),
},
{
name: "duplicate check registration",
setup: func() *ChecksController {
cc := NewChecksController(db.NewInMemory(), metrics.NewMetrics(metrics.Config{}))
check := health.NewCheck()
cc.RegisterCheck(context.Background(), check)
return cc
},
check: health.NewCheck(),
},
}

for _, tt := range tests {
Expand Down

0 comments on commit 09d7a63

Please sign in to comment.