Skip to content

Commit 5db188c

Browse files
committed
trivial
1 parent 3cb6f77 commit 5db188c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<dependency>
231231
<groupId>org.awaitility</groupId>
232232
<artifactId>awaitility</artifactId>
233-
<version>4.2.0</version> <!-- Use the latest version -->
233+
<version>4.2.0</version>
234234
<scope>test</scope>
235235
</dependency>
236236
</dependencies>

src/test/java/org/datadog/jmxfetch/TestApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ public Boolean call() throws Exception {
887887
assertMetric("jmx.org.datadog.jmxfetch.test.atomic4242", 4242.0, commonTags, 6);
888888
assertMetric("jmx.org.datadog.jmxfetch.test.object1337", 13.37, commonTags, 6);
889889
assertMetric("jmx.org.datadog.jmxfetch.test.primitive_float", 123.4f, commonTags, 6);
890-
assertMetric("jmx.org.datadog.jmxfetch.test.instance_float", 567.8f, commonTags, 6);
890+
assertMetric("jmx.org.datadog.jmxfetch.test.instance_float", 567.8f, commonTags, 6);
891891
// assertMetric("multiattr.foo", 2.0, commonTags, Arrays.asList("foo:2", "toto:tata"), 8);
892892
// assertMetric("multiattr_supp.foo", 2.0, commonTags, Arrays.asList("foo:2", "toto:tata"), 8);
893893

0 commit comments

Comments
 (0)