Skip to content

Commit

Permalink
trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrick2000 committed Oct 9, 2024
1 parent 3cb6f77 commit 5db188c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.0</version> <!-- Use the latest version -->
<version>4.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/datadog/jmxfetch/TestApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ public Boolean call() throws Exception {
assertMetric("jmx.org.datadog.jmxfetch.test.atomic4242", 4242.0, commonTags, 6);
assertMetric("jmx.org.datadog.jmxfetch.test.object1337", 13.37, commonTags, 6);
assertMetric("jmx.org.datadog.jmxfetch.test.primitive_float", 123.4f, commonTags, 6);
assertMetric("jmx.org.datadog.jmxfetch.test.instance_float", 567.8f, commonTags, 6);
assertMetric("jmx.org.datadog.jmxfetch.test.instance_float", 567.8f, commonTags, 6);
// assertMetric("multiattr.foo", 2.0, commonTags, Arrays.asList("foo:2", "toto:tata"), 8);
// assertMetric("multiattr_supp.foo", 2.0, commonTags, Arrays.asList("foo:2", "toto:tata"), 8);

Expand Down

0 comments on commit 5db188c

Please sign in to comment.