Skip to content

Commit e5514ca

Browse files
authored
Update test.js
1 parent 8515af4 commit e5514ca

File tree

1 file changed

+1
-1
lines changed
  • exercises/20.5-Map-arrays-of-objects

1 file changed

+1
-1
lines changed

exercises/20.5-Map-arrays-of-objects/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test("You shouldn't delete the function named simplifier", function(){
2020
});
2121

2222

23-
test('The output in the console should should look similar but not exactly to the one in the instructions!', function () {
23+
test('The output in the console should should look similar but not exactly (years may vary) to the one in the instructions!', function () {
2424
const _app = rewire('./app.js');
2525
let _output = []
2626
let _people = [

0 commit comments

Comments
 (0)