Skip to content

Commit

Permalink
Fix breaking test (#231)
Browse files Browse the repository at this point in the history
* refactor: add/fix tests

* feature: Fixing tests

* refactor: remove redundant versions of toKBytes methods after merge with main

* refactor: fix broken test for ZGC

* refactor: fix breaking test
  • Loading branch information
Kirk Pepperdine authored Sep 8, 2022
1 parent 97663a0 commit 76a1ca6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void infoLevelZGCCycle() {
try {
ZGCCycle zgc = (ZGCCycle) event;

assertEquals(zgc.getGcId(), 3L);
assertEquals(zgc.getGcId(), 2L);

assertEquals(toInt(0.0719d,1000), toInt(zgc.getDuration(),1000));
assertEquals(toInt(32.121d, 1000), toInt(zgc.getDateTimeStamp().getTimeStamp(), 1000));
Expand Down

0 comments on commit 76a1ca6

Please sign in to comment.