Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sugmanue committed Jun 5, 2024
1 parent fb34e35 commit 3751fed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ private static boolean isSupportedScenario(RetryScenario scenario) {

// System property or profile do not support the internal "adaptive_v2" name, only adaptive,
// and it's mapped to adaptive_v2. We mark here adaptive using profile or system property
// and map in te tests "adaptive_v2" to "adaptive" such that everything comes together at
// and map in the tests "adaptive_v2" to "adaptive" such that everything comes together at
// the end.
if (scenario.mode() == RetryMode.ADAPTIVE
&& (scenario.setup() == RetryModeSetup.PROFILE_USING_MODE
Expand Down

0 comments on commit 3751fed

Please sign in to comment.