Skip to content

Commit

Permalink
Cleanup 'FileHashStoreLinksTest' class
Browse files Browse the repository at this point in the history
  • Loading branch information
doulikecookiedough committed Aug 20, 2024
1 parent 6e41851 commit 8c865a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public void storeHardLink_alreadyExists() throws Exception {
* Check that storeHardLink throws nonMatchingChecksumException when values do not match
*/
@Test
public void storeHardLink_nonMatchingChecksum() throws Exception {
public void storeHardLink_nonMatchingChecksum() {
for (String pid : testData.pidList) {
String pidFormatted = pid.replace("/", "_");
Path testDataFile = testData.getTestFile(pidFormatted);
Expand Down

0 comments on commit 8c865a8

Please sign in to comment.