fixed typos

This commit is contained in:
Gani Georgiev 2022-08-17 22:32:10 +03:00
parent efda3d5a0b
commit 9bf66be870
1 changed files with 1 additions and 1 deletions

View File

@ -1247,7 +1247,7 @@ func TestFileOptionsValidate(t *testing.T) {
[]string{"thumbs"}, []string{"thumbs"},
}, },
{ {
"invalid thumbs format - zero with and height", "invalid thumbs format - zero width and height",
schema.FileOptions{ schema.FileOptions{
MaxSize: 1, MaxSize: 1,
MaxSelect: 2, MaxSelect: 2,