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 d80c6f0 commit 3dfb83cCopy full SHA for 3dfb83c
src/test/java/com/fishercoder/_1346Test.java
@@ -30,7 +30,7 @@ public void test2() {
30
@Test
31
public void test3() {
32
arr = new int[]{3, 1, 7, 11};
33
- assertEquals(true, solution1.checkIfExist(arr));
+ assertEquals(false, solution1.checkIfExist(arr));
34
}
35
36
0 commit comments