pull/419/head
Frostebite 2022-08-12 19:17:31 +01:00
parent 3fad71572b
commit bd677723fd
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ describe('Cloud Runner', () => {
const results2 = await CloudRunner.run(buildParameter2, baseImage2.toString());
CloudRunnerLogger.log(`run 2 succeeded`);
expect(results2).toContain(buildSucceededString);
expect(results2).toEqual(expect.not.stringContaining(libraryString));
expect(results2).not.toContain(libraryString);
GitHub.githubInputEnabled = true;
delete Cli.options;
}, 1000000);