Skip to content

Commit cfaea45

Browse files
authored
[Bob] Correct forceful questions test case (#229)
1 parent dc8c28d commit cfaea45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/bob/bob.spec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe 'Bob', ->
2222
expect(result).toEqual 'Whatever.'
2323

2424
xit 'forceful questions', ->
25-
result = bob.hey 'WHAT'S GOING ON?'
25+
result = bob.hey "WHAT'S GOING ON?"
2626
expect(result).toEqual "Calm down, I know what I'm doing!"
2727

2828
xit 'shouting numbers', ->

0 commit comments

Comments
 (0)