Skip to content

Commit a923727

Browse files
committed
fix: test fixes
1 parent 322b299 commit a923727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evita_functional_tests/src/test/java/io/evitadb/api/query/descriptor/ConstraintDescriptorProviderTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class ConstraintDescriptorProviderTest {
5858

5959
@Test
6060
void shouldHaveProcessedConstraints() {
61-
assertEquals(109, ConstraintDescriptorProvider.getAllConstraints().size());
61+
assertEquals(111, ConstraintDescriptorProvider.getAllConstraints().size());
6262
}
6363

6464
@Test
@@ -135,7 +135,7 @@ void shouldFindCorrectDescriptorForSpecificConstraintByImportantMetadata() {
135135
@Test
136136
void shouldFindAllConstraintsForSpecificType() {
137137
assertEquals(42, ConstraintDescriptorProvider.getConstraints(ConstraintType.FILTER).size());
138-
assertEquals(19, ConstraintDescriptorProvider.getConstraints(ConstraintType.ORDER).size());
138+
assertEquals(21, ConstraintDescriptorProvider.getConstraints(ConstraintType.ORDER).size());
139139
}
140140

141141
@Test

0 commit comments

Comments
 (0)