From 43a7ad927f5890fd77697eed06cc71cf6f86c256 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 12 Sep 2014 15:45:47 +0200 Subject: [PATCH] Fix tests syntax --- assets/scripts/spec/unit/log_chunks_spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/spec/unit/log_chunks_spec.coffee b/assets/scripts/spec/unit/log_chunks_spec.coffee index a50918be..d08bedd0 100644 --- a/assets/scripts/spec/unit/log_chunks_spec.coffee +++ b/assets/scripts/spec/unit/log_chunks_spec.coffee @@ -57,7 +57,7 @@ test "it triggers downloading next parts if there is no final part", -> start() , 35 -test "it triggers downloading all available parts if there is no parts yet" +test "it triggers downloading all available parts if there is no parts yet", -> expect(1) stop()