Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 38dffc9

Browse filesBrowse files
committed
Fixed tests
1 parent b454392 commit 38dffc9
Copy full SHA for 38dffc9

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎src/02-object-param.solution.1.ts

Copy file name to clipboardExpand all lines: src/02-object-param.solution.1.ts
+1-1Lines 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
});

‎src/02-object-param.solution.2.ts

Copy file name to clipboardExpand all lines: src/02-object-param.solution.2.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ it("Should add the two numbers together", () => {
2222
first: 10,
2323
second: 20,
2424
}),
25-
).toEqual(20);
25+
).toEqual(30);
2626
});

‎src/02-object-param.solution.3.ts

Copy file name to clipboardExpand all lines: src/02-object-param.solution.3.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ it("Should add the two numbers together", () => {
2222
first: 10,
2323
second: 20,
2424
}),
25-
).toEqual(20);
25+
).toEqual(30);
2626
});

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.