Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongxuanzhang committed Nov 30, 2022
1 parent 88083e3 commit 06ec0f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ func TestEmitCloudEvents(t *testing.T) {
}
}


func setupFakeContext(t *testing.T, behaviour FakeClientBehaviour, withClient bool, expectedEventCount int) context.Context {
var ctx context.Context
ctx, _ = rtesting.SetupFakeContext(t)
Expand Down
1 change: 0 additions & 1 deletion pkg/reconciler/events/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ func Emit(ctx context.Context, beforeCondition *apis.Condition, afterCondition *
k8sevent.EmitK8sEvents(ctx, beforeCondition, afterCondition, object)
cloudevent.EmitCloudEventsWhenConditionChange(ctx, beforeCondition, afterCondition, object)
}

0 comments on commit 06ec0f8

Please sign in to comment.