Skip to content

Commit

Permalink
fixs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atralice committed Jan 26, 2021
1 parent 7eea993 commit bc6bf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-JS-I/homework/tests/JSI.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('nuevoModulo', function() {

describe('devolverString(str)', function() {
it('Deberia devolver el string provisto', function() {
let string = 'lambdaSchool';
let string = 'Henry';
expect(devolverString(string)).toBe(string);
});
});
Expand Down

0 comments on commit bc6bf17

Please sign in to comment.