Skip to content

Commit b454392

Browse files
authored
Merge pull request total-typescript#1 from mzaien/patch-1
Fix test
2 parents d75e3d6 + 89abae8 commit b454392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/02-object-param.problem.ts

Lines changed: 1 addition & 1 deletion
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)