From c532d8da2bf656d3de7277a6001c6cc7695b0196 Mon Sep 17 00:00:00 2001 From: basarat Date: Sat, 5 Jul 2014 21:15:43 +1000 Subject: [PATCH] fix tests --- promises-a-plus/promises-a-plus-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promises-a-plus/promises-a-plus-tests.ts b/promises-a-plus/promises-a-plus-tests.ts index 29ca0989bf..042c4f0661 100644 --- a/promises-a-plus/promises-a-plus-tests.ts +++ b/promises-a-plus/promises-a-plus-tests.ts @@ -1,6 +1,6 @@ /// /// -/// +/// /// import When = require("../when/when");