Skip to content

Commit

Permalink
Update MetricsModuleTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantenney committed Aug 25, 2015
1 parent 849b634 commit 55371b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void serializesMetricRegistries() throws Exception {

assertThat(mapper.writeValueAsString(registry))
.isEqualTo("{" +
"\"version\":\"3.0.0\"," +
"\"version\":\"4.0.0\"," +
"\"gauges\":{}," +
"\"counters\":{}," +
"\"histograms\":{}," +
Expand Down

0 comments on commit 55371b7

Please sign in to comment.