Skip to content

Commit

Permalink
fix: remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Dec 19, 2023
1 parent a6c8df4 commit 7dfd9a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ describe('Dataset', () => {
})

it('successfully loads a dataset deaccessioned', () => {
// TODO - Implement once the getDatasetCitation includes deaccessioned datasets
cy.wrap(DatasetHelper.create())
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
.then((dataset) => Promise.all([dataset, DatasetHelper.publish(dataset.persistentId)]))
Expand Down

0 comments on commit 7dfd9a0

Please sign in to comment.