We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f344ead commit d96987bCopy full SHA for d96987b
app/src/test/java/hexlet/code/schemas/StringSchemaTest.java
@@ -1,7 +1,6 @@
1
package hexlet.code.schemas;
2
3
import hexlet.code.Validator;
4
-
5
import org.junit.jupiter.api.BeforeEach;
6
import org.junit.jupiter.api.Test;
7
@@ -48,7 +47,7 @@ void containsTest() {
48
47
}
49
50
@Test
51
- void CombinationOfVerificationTest() {
+ void combinationOfConstraintsTest() {
52
schema.minLength(7).contains("go");
53
54
assertTrue(schema.isValid(null));
0 commit comments