Skip to content

Commit 733660f

Browse files
djtfmartinCopilot
andauthored
Update registry-pipelines/src/test/java/org/gbif/registry/pipelines/RegistryPipelinesHistoryTrackingServiceTest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6382b52 commit 733660f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry-pipelines/src/test/java/org/gbif/registry/pipelines/RegistryPipelinesHistoryTrackingServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void getStepTypesFragmenterTest() {
8181
void getStepTypesTest() {
8282

8383
Set<StepType> result =
84-
trackingService.getStepTypes(Set.of(StepType.VERBATIM_TO_INTERPRETED), null, false,false);
84+
trackingService.getStepTypes(Set.of(StepType.VERBATIM_TO_INTERPRETED), null, false, false);
8585

8686
assertFalse(result.contains(StepType.FRAGMENTER));
8787
}

0 commit comments

Comments
 (0)