Skip to content

Commit ecd9c7b

Browse files
fix 1290
1 parent 58f423f commit ecd9c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fishercoder/_1290Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void test1() {
2929

3030
@Test
3131
public void test2() {
32-
head = ListNode.createSinglyLinkedList(Arrays.asList(1, 1, 1));
32+
head = LinkedListUtils.createSinglyLinkedList(Arrays.asList(1, 1, 1));
3333
assertEquals(7, solution2.getDecimalValue(head));
3434
}
3535
}

0 commit comments

Comments
 (0)