Browse Source

Update CollectionItemValidatorTests.cs

pull/318/head
Avd6977 7 years ago
committed by GitHub
parent
commit
b63b90df61
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/CollectionItemValidatorTests.cs

4
tests/Squidex.Domain.Apps.Core.Tests/Operations/ValidateContent/Validators/CollectionItemValidatorTests.cs

@ -47,8 +47,8 @@ namespace Squidex.Domain.Apps.Core.Operations.ValidateContent.Validators
errors.Should().BeEquivalentTo(
new[]
{
"[2]: Must be greater or equals than '2'.",
"[4]: Must be less or equals than '4'."
"[2]: Must be greater than or equal to '2'.",
"[4]: Must be less than or equal to '4'."
});
}
}

Loading…
Cancel
Save