Skip to content

Commit

Permalink
Remove duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
codehackerr committed Nov 22, 2024
1 parent a9276ab commit 5b9437c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public MetadataDAO metadataDAO() {
public ConductorProperties properties() {
ConductorProperties properties = mock(ConductorProperties.class);
when(properties.isOwnerEmailMandatory()).thenReturn(true);
when(properties.isOwnerEmailMandatory()).thenReturn(true);

return properties;
}
Expand Down

0 comments on commit 5b9437c

Please sign in to comment.