Skip to content

Commit 6073c13

Browse files
committed
Updating reimplemented test
1 parent 1e5a706 commit 6073c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/practice/bob/bob.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ describe('Bob', () => {
103103
});
104104

105105
xtest('multiple line question', () => {
106-
const result = hey('\nDoes this cryogenic chamber make me look fat?\nNo.');
107-
expect(result).toEqual('Whatever.');
106+
const result = hey('\nDoes this cryogenic chamber make\n me look fat?');
107+
expect(result).toEqual('Sure.');
108108
});
109109

110110
xtest('starting with whitespace', () => {

0 commit comments

Comments
 (0)