Skip to content

Commit 405a2c7

Browse files
committed
Updated snipstart tag
1 parent d6f0a08 commit 405a2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/io/temporal/samples/nexus/caller/NexusServiceJunit5Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// cannot mock it. Since the SampleNexusService itself is mocked,
2020
// no handlers need to be set up or mocked.
2121

22-
// @@@SNIPSTART java-nexus-service-sample-junit4-mock
22+
// @@@SNIPSTART java-nexus-service-sample-junit5-mock
2323
public class NexusServiceJunit5Test {
2424

2525
private final SampleNexusService mockNexusService = mock(SampleNexusService.class);

0 commit comments

Comments
 (0)