Skip to content

Commit

Permalink
fix minus
Browse files Browse the repository at this point in the history
  • Loading branch information
leaves12138 committed Apr 7, 2024
1 parent 2c95069 commit f882bb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void testFunction() {
}
}

// ffp should be less than 0.021
// ffp should be less than 0.03
Assertions.assertThat((double) errorCount / num).isLessThan(0.03);
}
}

0 comments on commit f882bb3

Please sign in to comment.