Skip to content

Commit eae776e

Browse files
astelmashenkoknative-prow-robot
authored andcommitted
included orphaned subs into checks
1 parent fed7203 commit eae776e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/channel/jetstream/dispatcher/dispatcher_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func TestDispatcher_ReconcileConsumers(t *testing.T) {
139139
require.NoError(t, err)
140140

141141
reconciler := &Reconciler{
142-
skipOrphanedSubscriptions: true,
142+
skipOrphanedSubscriptions: false,
143143
msgingClient: messagingv1client.Get(ctx),
144144
clientSet: client.Get(ctx),
145145
js: js,

0 commit comments

Comments
 (0)