fix push to cache

pull/461/head
Frostebite 2022-09-17 00:57:38 +01:00
parent 3350035d94
commit 2f1a7b21fb
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ describe('Cloud Runner', () => {
if ( if (
element.value !== undefined && element.value !== undefined &&
typeof element.value !== 'function' && typeof element.value !== 'function' &&
!['UNITY_LICENSE'].includes(element.value) !['UNITY_LICENSE'].includes(element.name)
) { ) {
expect(newLinePurgedFile).toContain(`${element.name}`); expect(newLinePurgedFile).toContain(`${element.name}`);
CloudRunnerLogger.log(`Contains ${element.name}`); CloudRunnerLogger.log(`Contains ${element.name}`);