We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f0a08 commit 405a2c7Copy full SHA for 405a2c7
core/src/test/java/io/temporal/samples/nexus/caller/NexusServiceJunit5Test.java
@@ -19,7 +19,7 @@
19
// cannot mock it. Since the SampleNexusService itself is mocked,
20
// no handlers need to be set up or mocked.
21
22
-// @@@SNIPSTART java-nexus-service-sample-junit4-mock
+// @@@SNIPSTART java-nexus-service-sample-junit5-mock
23
public class NexusServiceJunit5Test {
24
25
private final SampleNexusService mockNexusService = mock(SampleNexusService.class);
0 commit comments