Skip to content

Commit

Permalink
Unbreak the test
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Jul 18, 2023
1 parent c7550ba commit 0b3a6f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func Test_Validate_CreateEventing(t *testing.T) {
spec: map[string]any{
publisher: map[string]any{
replicas: map[string]any{
min: 2,
min: 3,
max: 2,
},
},
Expand Down

0 comments on commit 0b3a6f6

Please sign in to comment.