Skip to content

Commit

Permalink
[Bob] Correct forceful questions test case (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
ladokp authored Oct 6, 2023
1 parent dc8c28d commit cfaea45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/bob/bob.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe 'Bob', ->
expect(result).toEqual 'Whatever.'

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

xit 'shouting numbers', ->
Expand Down

0 comments on commit cfaea45

Please sign in to comment.