Skip to content

Commit aaf7871

Browse files
committed
2023-01-06 update: updated "2485. Find the Pivot Integer"
1 parent 5e17cf6 commit aaf7871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/smlnskgmail/jaman/leetcodejava/easy/FindThePivotIntegerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class FindThePivotIntegerTest {
88

99
@Test
1010
public void defaultTests() {
11-
assertEquals(8, new FindThePivotInteger(6).solution());
11+
assertEquals(6, new FindThePivotInteger(8).solution());
1212
assertEquals(1, new FindThePivotInteger(1).solution());
1313
assertEquals(-1, new FindThePivotInteger(4).solution());
1414
}

0 commit comments

Comments
 (0)