Skip to content

Commit bf6c370

Browse files
committed
case3 update
1 parent 97d02c7 commit bf6c370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sprint-3/1-implement-and-rewrite-tests/implement/1-get-angle-type.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ assertEquals(acute, "Acute angle");
5353
// When the angle is greater than 90 degrees and less than 180 degrees,
5454
// Then the function should return "Obtuse angle"
5555
const obtuse = getAngleType(120);
56+
assertEquals(obtuse, "Obtuse angle");
5657
// ====> write your test here, and then add a line to pass the test in the function above
5758

5859
// Case 4: Identify Straight Angles:

0 commit comments

Comments
 (0)