Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Mar 18, 2019
1 parent cc1a7d6 commit 4cd3a41
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -190,7 +190,7 @@ public void testIncDec() {

Value[] values = client.range("seriesIncDec", 1L, Long.MAX_VALUE, Aggregation.MAX, 100);
Assert.assertEquals(1, values.length);
Assert.assertEquals( 1, values[0].getValue(), 0);
Assert.assertEquals(2, values[0].getValue(), 0);
}

@Test
Expand Down

0 comments on commit 4cd3a41

Please sign in to comment.