Skip to content

Commit b2be955

Browse files
author
sunjieming
committed
Update test description
1 parent 3d655dd commit b2be955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/project-1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('Project 1', () => {
3232
});
3333

3434
describe('lessThanNinety(num)', () => {
35-
it('should return true if the argument is greater than fifty', () => {
35+
it('should return true if the argument is less than ninety', () => {
3636
expect(exercises.lessThanNinety(15)).toBe(true);
3737
expect(exercises.lessThanNinety(90)).toBe(false);
3838
expect(exercises.lessThanNinety(100)).toBe(false);

0 commit comments

Comments
 (0)