Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
will-byrne committed Jul 31, 2023
1 parent 0e60019 commit 9a0e640
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/docmap-parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,5 +404,4 @@ describe('docmap-parser', () => {
eLocationId: 'RP123456',
});
});

});
2 changes: 1 addition & 1 deletion src/test-fixtures/docmapGenerators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const fixtures = {
const firstStep = generateStep([], [generateAction([], [preprint])], []);
return generateDocMap('test', publisher, firstStep);
},

simplePreprintWithUrlAsOutput: (): DocMap => {
const preprint = generatePreprint('preprint/article1', new Date('2022-03-01'), 'https://somewhere.org/preprint/article1');
const firstStep = generateStep([], [generateAction([], [preprint])], []);
Expand Down

0 comments on commit 9a0e640

Please sign in to comment.