Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
utsman committed Feb 24, 2017
1 parent ea87b9b commit 8e3f45b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ public void outOfServiceMappingWorks() {
} }


@Test @Test
public void unkownMappingWorks() { public void unknownMappingWorks() {
assertStatus(InstanceStatus.UNKNOWN, Health.unknown()); assertStatus(InstanceStatus.UNKNOWN, Health.unknown());
} }


Expand Down

0 comments on commit 8e3f45b

Please sign in to comment.