Skip to content

Commit 5642580

Browse files
gh123manwdhif
andauthored
Apply suggestions from code review
Co-authored-by: Wassim Dhif <wassimdhif@gmail.com>
1 parent 0a8e8f2 commit 5642580

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/com/timgroup/statsd/NonBlockingStatsDClientTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ public void sends_gauge_entityID_from_args() throws Exception {
837837

838838
@Test(timeout = 5000L)
839839
public void init_client_from_env_vars() throws Exception {
840-
final String entity_value = "foo-entity";
840+
final String entity_value = "foo-entity";
841841
environmentVariables.set(NonBlockingStatsDClient.DD_DOGSTATSD_PORT_ENV_VAR, Integer.toString(STATSD_SERVER_PORT));
842842
environmentVariables.set(NonBlockingStatsDClient.DD_AGENT_HOST_ENV_VAR, "localhost");
843843
final NonBlockingStatsDClient client = new NonBlockingStatsDClientBuilder()
@@ -1661,7 +1661,7 @@ public void sends_event_with_containerID() throws Exception {
16611661

16621662
@Test(timeout = 5000L)
16631663
public void test_entity_id_and_container_id() throws Exception {
1664-
final String entity_value = "foo-entity";
1664+
final String entity_value = "foo-entity";
16651665
environmentVariables.set(NonBlockingStatsDClient.DD_ENTITY_ID_ENV_VAR, entity_value);
16661666
final NonBlockingStatsDClient client = new NonBlockingStatsDClientBuilder()
16671667
.prefix("my.prefix")

0 commit comments

Comments
 (0)