Skip to content

Commit

Permalink
Update pkg/lib/watcher/manager_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
wdbaruni and coderabbitai[bot] authored Nov 21, 2024
1 parent c8735e1 commit 747a85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lib/watcher/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ func (s *ManagerTestSuite) SetupTest() {
}

func (s *ManagerTestSuite) TearDownTest() {
s.ctrl.Finish()
s.Require().NoError(s.manager.Stop(context.Background()), "failed to stop manager in teardown")
s.ctrl.Finish()
}

func (s *ManagerTestSuite) TestCreate() {
Expand Down

0 comments on commit 747a85a

Please sign in to comment.