better named tests and log local-docker params

pull/461/head
Frostebite 2022-09-21 16:46:57 +01:00
parent 6de6e1e1a2
commit 0b6430870d
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ describe('Cloud Runner Sync Environments', () => {
expect(newLinePurgedFile).toContain(fullNameEqualValue); expect(newLinePurgedFile).toContain(fullNameEqualValue);
// should not contain more than once // should not contain more than once
expect(newLinePurgedFile.replace('fullNameEqualValue', '')).not.toContain(fullNameEqualValue); expect(newLinePurgedFile.replace(fullNameEqualValue, '')).not.toContain(fullNameEqualValue);
} }
} }
}, 10000000); }, 10000000);