DEV: Correctly pluralize error messages (#26469)

This commit is contained in:
Gerhard Schlager
2024-04-04 15:02:09 +02:00
committed by GitHub
parent 79cf7c0935
commit 82c62fe44f
9 changed files with 88 additions and 42 deletions

View File

@ -29,7 +29,7 @@ RSpec.describe ThemeSettingsValidator do
)
expect(errors).to contain_exactly(
"The property at JSON Pointer '/0/name' must be at most 1 characters long.",
"The property at JSON Pointer '/0/name' must be at most 1 character long.",
)
end
end