Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Rename test method
Browse files Browse the repository at this point in the history
  • Loading branch information
dflemstr committed Jan 19, 2016
1 parent 7954b13 commit 37e9d5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void testBackendApolloBackend() throws Exception {
}

@Test
public void testBackendApolloDomain() throws Exception {
public void testBackendDomain() throws Exception {
final Config config = ConfigFactory.parseMap(ImmutableMap.of(
"apollo.domain", "foo"
));
Expand Down

0 comments on commit 37e9d5a

Please sign in to comment.