Skip to content

Commit 89abae8

Browse files
authored
Fix test
10 + 20 equals to 30 😆
1 parent e362487 commit 89abae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/02-object-param.problem.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ it("Should add the two numbers together", () => {
1717
first: 10,
1818
second: 20,
1919
}),
20-
).toEqual(20);
20+
).toEqual(30);
2121
});

0 commit comments

Comments
 (0)