8000 Merge pull request #227 from Mclilzee/main · Oussama5379/javascript-exercises@dedaba9 · GitHub
[go: up one dir, main page]

Skip to content

Commit dedaba9

Browse files
committed
Merge pull request TheOdinProject#227 from Mclilzee/main
2 parents e3c61af + f0ee0fc commit dedaba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09_palindromes/palindromes.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ describe('palindromes', () => {
1717
expect(palindromes('Animal loots foliated detail of stool lamina.')).toBe(true);
1818
});
1919
test.skip('doesn\'t just always return true', () => {
20-
expect(palindromes('ZZZZ car, a man, a maraca.')).toBe(false);
20+
expect(palindromes('ZZZZ car, a man, a maracaz.')).toBe(false);
2121
});
2222
});

0 commit comments

Comments
 (0)
0