Skip to content

Commit abbf926

Browse files
FIX
1 parent a8be747 commit abbf926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lib/actions/ConfigAction.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ describe('ConfigAction tests', () => {
264264
const goldFileContents = (await readGoldFile(path.join(PATH_TO_COMPARISON_DIR, 'derivables-as-non-defaults', `${prop}.yml.goldfile`)))
265265
.replace('__DUMMY_CONFIG_ROOT__', parentOfCurrentDirectory)
266266
.replace('__DUMMY_LOG_FOLDER__', parentOfCurrentDirectory)
267-
.replace('__DUMMY_DEFAULT_CONFIG_ROOT__', JSON.stringify(null))
268-
.replace('__DUMMY_DEFAULT_LOG_FOLDER__', JSON.stringify(null))
267+
.replace('__DUMMY_DEFAULT_CONFIG_ROOT__', 'null')
268+
.replace('__DUMMY_DEFAULT_LOG_FOLDER__', 'null')
269269
expect(output).toContain(goldFileContents);
270270
});
271271

0 commit comments

Comments
 (0)