Skip to content

Commit f5047ac

Browse files
committed
wip: fixes broken test
1 parent 633a17c commit f5047ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/merge/src/merge.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('Merge Action', () => {
6464
expect(writeFileMock).toHaveBeenCalledTimes(1)
6565
expect(writeFileMock).toHaveBeenCalledWith(
6666
'hash_file',
67-
JSON.stringify(
67+
`${JSON.stringify(
6868
{
6969
image1: 'hash',
7070
image2: 'hash',
@@ -73,7 +73,7 @@ describe('Merge Action', () => {
7373
},
7474
null,
7575
2
76-
)
76+
)}\n`
7777
)
7878
})
7979
})

0 commit comments

Comments
 (0)