Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman committed Jun 15, 2022
1 parent a1aa7a8 commit 2626b25
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1248,7 +1248,7 @@ public static Stream<Arguments> getSetupFailingActivity() {

@ParameterizedTest
@MethodSource("getSetupFailingActivity")
void testWorkflowRestarted(final Thread mockSetup) throws InterruptedException {
void testWorkflowRestartedAfterFailedActivity(final Thread mockSetup) throws InterruptedException {
mockSetup.run();
Mockito.when(mConfigFetchActivity.getTimeToWait(Mockito.any())).thenReturn(new ScheduleRetrieverOutput(
Duration.ZERO));
Expand Down

0 comments on commit 2626b25

Please sign in to comment.