Skip to content

Commit

Permalink
review: fixed test name
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 4, 2022
1 parent 2583c7e commit fcdf92a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -254,7 +254,7 @@ public void retrieveLiveThingCommandAndResponseByPolicy() {
}

@Test
public void correlatiIdSameAfterResponseSuccessfull() {
public void correlationIdSameAfterResponseSuccessful() {
final PolicyId policyId = PolicyId.of("policy", "id");
final JsonObject thingWithPolicy = newThingWithPolicyId(policyId);
final JsonObject policy = PoliciesModelFactory.newPolicyBuilder(policyId)
Expand Down

0 comments on commit fcdf92a

Please sign in to comment.