Skip to content

Commit

Permalink
Update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpennel committed Nov 6, 2023
1 parent 5248910 commit b62a119
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private ContentObjectRecord createFileRecord(String id) {
}

@Test
public void buildManifestNoViewableTest() {
public void buildManifestNoViewableFilesTest() {
when(accessCopiesService.listViewableFiles(WORK_PID, principals)).thenReturn(Arrays.asList());
assertThrows(NotFoundException.class, () -> {
manifestService.buildManifest(WORK_PID, agent);
Expand Down

0 comments on commit b62a119

Please sign in to comment.