From aea85fde8b7e4dbd273c4b6923e3bbfb80139c27 Mon Sep 17 00:00:00 2001 From: Nishant Kyal Date: Thu, 21 Sep 2017 14:03:05 +0530 Subject: [PATCH] Fixed pull request build #44258 error --- types/nightmare/nightmare-tests.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/types/nightmare/nightmare-tests.ts b/types/nightmare/nightmare-tests.ts index b07a13bc6f..49987bd35f 100644 --- a/types/nightmare/nightmare-tests.ts +++ b/types/nightmare/nightmare-tests.ts @@ -347,5 +347,4 @@ new Nightmare() new Nightmare() .goto('https://github.com/segmentio/nightmare') .click('a[href="/segmentio/nightmare/archive/master.zip"]') - .download('/some/other/path/master.zip'); - .run(done); + .download('/some/other/path/master.zip'); \ No newline at end of file