Skip to content

Commit

Permalink
cosmetic. #8889
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed May 24, 2023
1 parent 60c1031 commit 14ce446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/edu/harvard/iq/dataverse/api/FilesIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -2043,8 +2043,8 @@ public void testFilePIDsBehavior() {
// Publish dataverse and dataset
// -------------------------
msg("Publish dataverse and dataset");
Response publishDataversetResp = UtilIT.publishDataverseViaSword(collectionAlias, apiToken);
publishDataversetResp.then().assertThat()
Response publishCollectionResp = UtilIT.publishDataverseViaSword(collectionAlias, apiToken);
publishCollectionResp.then().assertThat()
.statusCode(OK.getStatusCode());

Response publishDatasetResp = UtilIT.publishDatasetViaNativeApi(datasetId, "major", apiToken);
Expand Down

0 comments on commit 14ce446

Please sign in to comment.