Skip to content

Commit aa9855c

Browse files
committed
chore: jinkeys
1 parent 0c880a4 commit aa9855c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/run.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ describe('apify run', () => {
267267
expect(existsSync(joinPath(getLocalRequestQueuePath()))).toStrictEqual(false);
268268
});
269269

270-
it.only('run with purge works without storage folder', async () => {
270+
it('run with purge works without storage folder', async () => {
271271
await rimrafPromised(getLocalStorageDir());
272272

273273
writeFileSync(

0 commit comments

Comments
 (0)