Skip to content

Commit

Permalink
eliminate code warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jul 8, 2024
1 parent 28da994 commit 9c5558b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class PathBrowserRootPathProviderServiceTest {
private PathBrowserRootPathProviderService underTest;

@BeforeEach
void setUp() throws Exception {
void setUp() {
when(provider1.getRootPath(resource)).thenReturn("/content/root1");
context.registerService(PathBrowserRootPathProvider.class, provider1, PathBrowserRootPathProvider.PROPERTY_SELECTOR, "provider1");
when(provider2.getRootPath(resource)).thenReturn("/content/root2");
Expand Down

0 comments on commit 9c5558b

Please sign in to comment.