Skip to content

Commit b923705

Browse files
GromNaNalcaeus
andauthored
Update links
Co-authored-by: Andreas Braun <git@alcaeus.org>
1 parent 09329a6 commit b923705

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/SpecTests/ClientBackpressure/Prose1_OpRetryExponentialBackoffTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Prose test 1: Retry operation uses exponential backoff
1717
*
18-
* @see https://github.com/mongodb/specifications/blob/master/source/client-backpressure/tests/README.md
18+
* @see https://github.com/mongodb/specifications/blob/master/source/client-backpressure/tests/README.md#test-1-operation-retry-uses-exponential-backoff
1919
*/
2020
#[RequiresPhpExtension('mongodb', '>= 2.3.0dev')]
2121
class Prose1_OpRetryExponentialBackoffTest extends FunctionalTestCase

tests/SpecTests/ClientBackpressure/Prose3_OverloadErrorMaxRetryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Prose test 3: Overload Errors are Retried a Maximum of MAX_RETRIES times
1515
*
16-
* @see https://github.com/mongodb/specifications/blob/master/source/client-backpressure/tests/README.md
16+
* @see https://github.com/mongodb/specifications/blob/master/source/client-backpressure/tests/README.md#test-3-overload-errors-are-retried-a-maximum-of-max_retries-times
1717
*/
1818
#[RequiresPhpExtension('mongodb', '>= 2.3.0dev')]
1919
class Prose3_OverloadErrorMaxRetryTest extends FunctionalTestCase

0 commit comments

Comments
 (0)