From 460619e2f763b80fe8467f1368b3f4a9f9bdddec Mon Sep 17 00:00:00 2001 From: Chris Montrois Date: Thu, 12 Jun 2014 09:17:22 -0600 Subject: [PATCH] Removing "!" from calm test. --- bob/bob_test.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); });