Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// cannot mock it. Since the SampleNexusService itself is mocked,
// no handlers need to be set up or mocked.

// @@@SNIPSTART java-nexus-service-sample-junit4-mock
// @@@SNIPSTART java-nexus-service-sample-junit5-mock
public class NexusServiceJunit5Test {

private final SampleNexusService mockNexusService = mock(SampleNexusService.class);
Expand Down
Loading