Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Sep 18, 2023
1 parent b9de624 commit 2d43e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/stream/source_acker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,5 @@ func inOrder(calls []*gomock.Call) {
for k, v := range calls {
callsRepacked[k] = v
}
gomock.InOrder(callsRepacked)
gomock.InOrder(callsRepacked...)
}

0 comments on commit 2d43e6f

Please sign in to comment.