Skip to content

Commit

Permalink
test: fix notify without use in createDbgController
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Sep 21, 2024
1 parent a73f0b3 commit b634b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func createDbgController(t *testing.T, notify Notification) Controller {
testingPath := "./test/data_set/PipelineSmoking/Screenshot"
resultPath := "./test/data_set/debug"

ctrl := NewDbgController(testingPath, resultPath, DbgControllerTypeCarouselImage, "{}", nil)
ctrl := NewDbgController(testingPath, resultPath, DbgControllerTypeCarouselImage, "{}", notify)
require.NotNil(t, ctrl)
return ctrl
}
Expand Down

0 comments on commit b634b55

Please sign in to comment.