Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nt0xa committed Aug 12, 2021
1 parent eabd8b3 commit d294512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/actionsdb/payloads_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ func TestUpdatePayload_Error(t *testing.T) {
ctx,
actions.PayloadsUpdateParams{
Name: "payload1",
StoreEvents: -1,
StoreEvents: -10,
},
&errors.ValidationError{},
},
Expand Down

0 comments on commit d294512

Please sign in to comment.