Skip to content

Commit 792580f

Browse files
authored
Merge pull request adobe#13368 from adobe/saurabh95/Fixed-ProjectManager-tests
Fixed Project Manager failing tests
2 parents c8c3add + 886678e commit 792580f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/ProjectManager-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ define(function (require, exports, module) {
5050

5151
// copy files to temp directory
5252
runs(function () {
53-
waitsForDone(SpecRunnerUtils.copy(testPath, tempDir), "copy temp files");
53+
waitsForDone(SpecRunnerUtils.copyPath(testPath, tempDir), "copy temp files");
5454
});
5555

5656
runs(function () {

0 commit comments

Comments
 (0)