diff --git a/integration-tests/file-system.test.ts b/integration-tests/file-system.test.ts index aa50000ef6..a433f8e258 100644 --- a/integration-tests/file-system.test.ts +++ b/integration-tests/file-system.test.ts @@ -172,7 +172,7 @@ describe('file-system', () => { ).toBeDefined(); const newFileContent = rig.readFile(fileName); - expect(newFileContent).toBe('1.0.1'); + expect(newFileContent.trim()).toBe('1.0.1'); }); it.skip('should replace multiple instances of a string', async () => {