Skip to content

Commit 8552714

Browse files
committed
Update Test
1 parent 7b0ff3b commit 8552714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

liquidjava-example/src/main/java/testMultiple/MultipleErrorsExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ void test2() {
1414
int b = -2;
1515

1616
@Refinement("c > 0")
17-
int c = 3;
17+
int c = -3;
1818
}
1919
}

0 commit comments

Comments
 (0)