Skip to content

Commit 466ea4c

Browse files
committed
removed lines check for 06 timespanToHumanString
1 parent 006f939 commit 466ea4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/06-conditions-n-loops-tests.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,8 +676,6 @@ describe('06-conditions-n-loops-tasks', () => {
676676
`timespanToHumanString('${data.startDate}', '${data.endDate}') shoud return '${data.expected}', but actually '${actual}'`
677677
);
678678
});
679-
680-
assert.linesOfCode(timespanToHumanString, 1);
681679
});
682680

683681

0 commit comments

Comments
 (0)