aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/test/deploy_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/deployer/test/deploy_test.ts')
-rw-r--r--packages/deployer/test/deploy_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/deployer/test/deploy_test.ts b/packages/deployer/test/deploy_test.ts
index 26ce337ef..f67cd8234 100644
--- a/packages/deployer/test/deploy_test.ts
+++ b/packages/deployer/test/deploy_test.ts
@@ -38,7 +38,7 @@ beforeEach(function(done: DoneCallback) {
if (fsWrapper.doesPathExistSync(exchangeArtifactPath)) {
await fsWrapper.removeFileAsync(exchangeArtifactPath);
}
- await compiler.compileAllAsync();
+ await compiler.compileAsync();
done();
})().catch(done);
});