Skip to content

Commit

Permalink
Update extras/test/src/test_TimedAttempt.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Gilardoni <[email protected]>
  • Loading branch information
pennam and andreagilardoni authored Aug 23, 2024
1 parent abf5e17 commit 738ce65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/test/src/test_TimedAttempt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ SCENARIO("Test last value request")
while(_syncAttempt.getRetryCount() < 100000) {
_syncAttempt.retry();

switch(_syncAttempt.getRetryCount()) {
switch(_syncAttempt.getRetryCount()) {
default:
REQUIRE(_syncAttempt.getWaitTime() == 30000);
break;
Expand Down

0 comments on commit 738ce65

Please sign in to comment.