Skip to content

Commit

Permalink
gh-3166 json added to try replicate bug
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDev404 committed Mar 14, 2024
1 parent c2d9821 commit d05b17f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
import uk.gov.gchq.gaffer.user.User;
import uk.gov.gchq.koryphe.impl.predicate.Exists;

import java.util.List;

import static org.assertj.core.api.Assertions.assertThat;
import static uk.gov.gchq.gaffer.federatedstore.FederatedStoreTestUtil.BASIC_VERTEX;
import static uk.gov.gchq.gaffer.federatedstore.FederatedStoreTestUtil.GRAPH_ID_ACCUMULO;
Expand Down Expand Up @@ -124,7 +122,7 @@ void shouldWhileLoopOperationWithRepeatingConditionalOperation() throws Exceptio
.build()), context);

federated.execute(new AddElements.Builder()
.input(entityBasic(),entityBasic(),entityBasic())
.input(entityBasic(), entityBasic(), entityBasic())
.build(), contextTestUser());

final Operation operation = JSONSerialiser.deserialise("{\n" +
Expand Down

0 comments on commit d05b17f

Please sign in to comment.