Skip to content

Commit 114cb11

Browse files
authored
Merge pull request #830 from citation-file-format/829-cffstr-test
2 parents a8947f3 + 3a06911 commit 114cb11

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
@@ -16,7 +16,7 @@ describe('useCffstr', () => {
1616
}
1717
const cffstrFields = [
1818
{ field: 'abstract', value: 'Description', cffFunction: cff.setAbstract },
19-
{ field: 'authors', value: [{ 'given-names': 'John', 'last-name': 'Doe', orcid: 'https://1234-1234-1234-123X' }], cffFunction: cff.setAuthors },
19+
{ field: 'authors', value: [{ 'given-names': 'John', 'family-names': 'Doe', orcid: 'https://1234-1234-1234-123X' }], cffFunction: cff.setAuthors },
2020
{ field: 'commit', value: '1234567890abcde', cffFunction: cff.setCommit },
2121
{ field: 'date-released', value: '2022-01-01', cffFunction: cff.setDateReleased },
2222
{ field: 'identifiers', value: [{ type: 'doi', value: '10.5281/zenodo.5171937' }], cffFunction: cff.setIdentifiers },

0 commit comments

Comments
 (0)