Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Sep 13, 2023
1 parent 2df61e8 commit c8f146e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/event/kind/cdevent/listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func TestCDEventListener_Notify(t *testing.T) {

func exampleExecution() *testkube.Execution {
execution := testkube.NewQueuedExecution()
execution.Id = "1"
execution.Name = "test-1"
execution.TestName = "test"
execution.TestNamespace = "testkube"
Expand Down

0 comments on commit c8f146e

Please sign in to comment.