Skip to content

Commit 738ce65

Browse files
Update extras/test/src/test_TimedAttempt.cpp
Co-authored-by: Andrea Gilardoni <[email protected]>
1 parent abf5e17 commit 738ce65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/test/src/test_TimedAttempt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ SCENARIO("Test last value request")
123123
while(_syncAttempt.getRetryCount() < 100000) {
124124
_syncAttempt.retry();
125125

126-
switch(_syncAttempt.getRetryCount()) {
126+
switch(_syncAttempt.getRetryCount()) {
127127
default:
128128
REQUIRE(_syncAttempt.getWaitTime() == 30000);
129129
break;

0 commit comments

Comments
 (0)