Skip to content

Commit d1719d9

Browse files
committed
fix quotes for unit tests
1 parent 3c5c4ea commit d1719d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest/__tests__/store/cffstr.jest.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('useCffstr', () => {
2323
})
2424

2525
it('should have title', () => {
26-
const expected = generatedBy + "cff-version: 1.2.0\ntitle: sometitle\nmessage: >-\n If you use this software, please cite it using the\n metadata from this file.\ntype: software\nauthors: []\n"
26+
const expected = generatedBy + 'cff-version: 1.2.0\ntitle: sometitle\nmessage: >-\n If you use this software, please cite it using the\n metadata from this file.\ntype: software\nauthors: []\n'
2727
expect(cffstr.value).toEqual(expected)
2828
})
2929
})

0 commit comments

Comments
 (0)