Skip to content

Commit

Permalink
fixed compile error after merge
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Mar 21, 2022
1 parent 32a28eb commit 936993e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ private ActorRef createSearchUpdaterShardRegion(final ActorRef changeQueue,
@Test
public void assertConsistencyInCaseOfConflict() {
final var probe = TestProbe.apply(actorSystem);
updaterStream1.start(actorSystem);
updaterStream2.start(actorSystem);
updaterStream1.start();
updaterStream2.start();
probe.send(updater1, getRecoveryWriteModel());
probe.send(updater2, getRecoveryWriteModel());
probe.send(updater1, getThingEvent(ThingsModelFactory.newAttributes(JsonFactory
Expand Down

0 comments on commit 936993e

Please sign in to comment.