pull/496/head
Frostebite 2023-02-16 20:02:44 +00:00
parent 16a2bd85c6
commit 09720c5e91
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ describe('Cloud Runner Locking', () => {
expect(
await SharedWorkspaceLocking.GetOrCreateLockedWorkspace(newWorkspaceName, runId, buildParameters),
).toBeTruthy();
expect(CloudRunner.lockedWorkspace !== newWorkspaceName).toBeTruthy();
expect(CloudRunner.lockedWorkspace).not.toMatch(newWorkspaceName);
}, 150000);
it(`Get Or Create From Unlocked Was Locked`, async () => {
Cli.options.retainWorkspaces = true;