Skip to content

Commit e24c7f1

Browse files
Rusty-UXodacrem
authored andcommitted
Update tests
1 parent cb5fb04 commit e24c7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/store/src/prompts/copy_info.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('renderCopyInfo', () => {
1414

1515
expect(renderInfo).toHaveBeenCalledWith({
1616
headline,
17-
body: [{subdued: 'From:'}, from, {subdued: '\nTo:'}, to],
17+
body: [{subdued: 'From:'}, from, {subdued: '\nTo: '}, to],
1818
})
1919
})
2020
})

0 commit comments

Comments
 (0)