Skip to content

Commit 80015a7

Browse files
committed
chore: ok sure
1 parent 0f3c05f commit 80015a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/pull.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ describe('apify pull', () => {
126126
}
127127

128128
for (const name of actorNamesForCleanup) {
129-
await rm(name, { recursive: true, force: true });
129+
await rm(join(originalCwd, name), { recursive: true, force: true });
130130
}
131131
});
132132

0 commit comments

Comments
 (0)