Skip to content

Commit 990e0cb

Browse files
committed
made a start
1 parent 729b6d8 commit 990e0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function assertEquals(actualOutput, targetOutput) {
5151
`Expected ${actualOutput} to equal ${targetOutput}`
5252
);
5353
}
54-
console.log(assertEquals((getAngleType(320))), (Reflex));
54+
assertEquals(getAngleType(320), "Acute angle");
5555
// TODO: Write tests to cover all cases, including boundary and invalid cases.
5656
// Example: Identify Right Angles
5757
const right = getAngleType(90);

0 commit comments

Comments
 (0)