fixes
parent
a5ae574f11
commit
c794566b5e
|
@ -221,7 +221,7 @@ describe('Cloud Runner Locking', () => {
|
|||
return x.includes(newWorkspaceName) && x.endsWith(`_lock`);
|
||||
}).length > 0;
|
||||
|
||||
expect(files).toHaveLength(1);
|
||||
expect(files).toHaveLength(2);
|
||||
expect(
|
||||
files.filter((x) => {
|
||||
return x.includes(newWorkspaceName) && x.endsWith(`_lock`);
|
||||
|
|
Loading…
Reference in New Issue