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