Skip to content

Commit abf5e17

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

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
@@ -59,7 +59,7 @@ SCENARIO("Test thing id request with no answer from the cloud")
5959
while(_attachAttempt.getRetryCount() < 100000) {
6060
_attachAttempt.retry();
6161

62-
switch(_attachAttempt.getRetryCount()) {
62+
switch(_attachAttempt.getRetryCount()) {
6363
case 1:
6464
REQUIRE(_attachAttempt.getWaitTime() == 4000);
6565
break;

0 commit comments

Comments
 (0)