pull/496/head
Frostebite 2023-02-17 19:30:16 +00:00
parent a5ae574f11
commit c794566b5e
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ describe('Cloud Runner Locking', () => {
return x.includes(newWorkspaceName) && x.endsWith(`_lock`); return x.includes(newWorkspaceName) && x.endsWith(`_lock`);
}).length > 0; }).length > 0;
expect(files).toHaveLength(1); expect(files).toHaveLength(2);
expect( expect(
files.filter((x) => { files.filter((x) => {
return x.includes(newWorkspaceName) && x.endsWith(`_lock`); return x.includes(newWorkspaceName) && x.endsWith(`_lock`);