Skip to content

Commit 37e1db1

Browse files
committed
Update test.ts
1 parent a19459f commit 37e1db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plus-one-linked-list/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ArrayToListNode } from "../reverse-linked-list/ArrayToListNode.ts";
33
import { ListNodeToArray } from "../reverse-linked-list/ListNodeToArray.ts";
44
import plusOne from "./index.ts";
55

6-
Deno.test("plus-one", () => {
6+
Deno.test("plus-one-linked-list", () => {
77
const inputs = [
88
[8, 9, 9],
99
[9, 9, 9],

0 commit comments

Comments
 (0)