Skip to content

Commit 69630b0

Browse files
nhachichastIncMale
andauthored
Update driver-core/src/test/unit/com/mongodb/internal/time/ExponentialBackoffTest.java
Co-authored-by: Valentin Kovalenko <valentin.male.kovalenko@gmail.com>
1 parent 43dab53 commit 69630b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver-core/src/test/unit/com/mongodb/internal/time/ExponentialBackoffTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
class ExponentialBackoffTest {
2727
/**
2828
* Expected {@linkplain ExponentialBackoff#calculateTransactionBackoffMs(int) backoffs} with 1.0 as
29-
* {@link ExponentialBackoff#setTestJitterSupplier(DoubleSupplier) jitter}.
29+
* {@link ExponentialBackoff#setTestJitterSupplier(DoubleSupplier) jitter}.
3030
*/
3131
private static final double[] EXPECTED_BACKOFFS_MAX_VALUES = {5.0, 7.5, 11.25, 16.875, 25.3125, 37.96875, 56.953125, 85.4296875, 128.14453125,
3232
192.21679688, 288.32519531, 432.48779297, 500.0};

0 commit comments

Comments
 (0)