diff --git a/bob/bob_test.spec.js b/bob/bob_test.spec.js index e419fd3b..123bd647 100644 --- a/bob/bob_test.spec.js +++ b/bob/bob_test.spec.js @@ -59,7 +59,7 @@ describe("Bob", function() { }); xit("calmly speaking about umlauts", function() { - var result = bob.hey("\xdcML\xe4\xdcTS!"); + var result = bob.hey("\xdcML\xe4\xdcTS"); expect(result).toEqual('Whatever.'); });