Skip to content

Commit

Permalink
Update missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
blva committed Jul 31, 2023
1 parent 7c2d80b commit 0662e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/check-request-property-min-length-updated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestRequestPropertyMinLengthIncreased(t *testing.T) {
require.Len(t, errs, 1)
require.Equal(t, checker.ApiChange{
Id: "request-property-min-length-increased",
Text: "the 'name' request property's maxLength was increased from '3' to '5'",
Text: "the 'name' request property's minLength was increased from '3' to '5'",
Comment: "",
Level: checker.ERR,
Operation: "POST",
Expand Down

0 comments on commit 0662e08

Please sign in to comment.