diff --git a/test/minDate.test.js b/test/minDate.test.js index 21154eb7d..4b5773042 100644 --- a/test/minDate.test.js +++ b/test/minDate.test.js @@ -4,7 +4,7 @@ const {minDate} = require('./_30s.js'); test('minDate is a Function', () => { expect(minDate).toBeInstanceOf(Function); }); -test('minDate produces the maximum date', () => { +test('minDate produces the minimum date', () => { const array = [ new Date(2017, 4, 13), new Date(2018, 2, 12),