Skip to content

Commit eb0fff6

Browse files
author
Arthur
committed
implement rewrite tests/ get-angle-type
1 parent 543d643 commit eb0fff6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,4 @@ function assertEquals(actualOutput, targetOutput) {
5252
// TODO: Write tests to cover all cases, including boundary and invalid cases.
5353
// Example: Identify Right Angles
5454
const right = getAngleType(90);
55-
<<<<<<< HEAD
56-
assertEquals(right, "Right angle");
57-
//for committing//
58-
=======
5955
assertEquals(getAngleType(90), "Right angle");
60-
>>>>>>> 5ef4721 (sprint3/implement task-2)

0 commit comments

Comments
 (0)