Skip to content

Commit

Permalink
Merge branch 'haris/fix-filtered-records-holding-up-pipeline' of gith…
Browse files Browse the repository at this point in the history
…ub.com:ConduitIO/conduit into haris/fix-filtered-records-holding-up-pipeline
  • Loading branch information
hariso committed Nov 26, 2024
2 parents 048538d + 6b0306c commit 73507c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lifecycle/stream/destination_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ func TestDestinationNode_HandleFilteredMessage(t *testing.T) {
is.Equal(msg, gotMsg)

err = (*csync.WaitGroup)(&nodeStopped).WaitTimeout(ctx, 100*time.Millisecond)
is.NoErr(err) // timed out waiting for node to be done running}
is.NoErr(err) // timed out waiting for node to be done running
}

0 comments on commit 73507c3

Please sign in to comment.