Skip to content

Commit

Permalink
Fix license header; fix PolicySupervisorActorTest.
Browse files Browse the repository at this point in the history
Signed-off-by: Yufei Cai <yufei.cai@bosch.io>
  • Loading branch information
yufei-cai committed Nov 18, 2022
1 parent 75b091b commit e6d2abc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ public void stopAfterRetrievingExistingPolicy() {
final var response = probe.expectMsgClass(CreatePolicyResponse.class);
assertThat(response.getPolicyCreated().orElseThrow().getEntriesSet()).isEqualTo(policy.getEntriesSet());

// Tolerate some delay between policy commands
expectNoMsg();

final var retrievePolicy = RetrievePolicy.of(policyId, DittoHeaders.empty());
underTest.tell(retrievePolicy, probe.ref());
underTest.tell(new StopShardedActor(), getRef());
Expand Down
2 changes: 1 addition & 1 deletion policies/service/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2019 Contributors to the Eclipse Foundation
~ Copyright (c) 2022 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
Expand Down

0 comments on commit e6d2abc

Please sign in to comment.