From 5a9c1a9cbdc323c4505bf0268b56b20cf94295f2 Mon Sep 17 00:00:00 2001 From: Steve Hackbarth Date: Thu, 18 Sep 2014 16:48:17 -0400 Subject: [PATCH] fix typo --- test/specs/invoice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/specs/invoice.js b/test/specs/invoice.js index 0a43b8ec0..3c1a8a7bb 100644 --- a/test/specs/invoice.js +++ b/test/specs/invoice.js @@ -864,7 +864,7 @@ TODO deferred to later sprint: @description When currency or invoice date is changed outstanding credit should be recalculated. */ - it.("When currency or invoice date is changed outstanding credit should be recalculated", + it("When currency or invoice date is changed outstanding credit should be recalculated", function (done) { this.timeout(9000); -- 2.39.2