Skip to content

Commit 2f2ea05

Browse files
committed
chore: ok sure
1 parent 674e2a9 commit 2f2ea05

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
@@ -124,7 +124,7 @@ describe('apify pull', () => {
124124
}
125125

126126
for (const name of actorNamesForCleanup) {
127-
await rm(name, { recursive: true, force: true });
127+
await rm(join(originalCwd, name), { recursive: true, force: true });
128128
}
129129
});
130130

0 commit comments

Comments
 (0)