Skip to content

Commit

Permalink
fix: add a criteria checking if it's deaccessioned
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengShi-1 committed Nov 7, 2024
1 parent fc131a4 commit 159058a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ describe('Dataset JSDataverse Repository', () => {
const datasetExpected = datasetData(dataset.persistentId, dataset.version.id)

expect(dataset.version.title).to.deep.equal(datasetExpected.title)
expect(dataset.version.publishingStatus).to.equal(DatasetPublishingStatus.DEACCESSIONED)
})
})

Expand Down

0 comments on commit 159058a

Please sign in to comment.