We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3582b5e commit abf5e17Copy full SHA for abf5e17
extras/test/src/test_TimedAttempt.cpp
@@ -59,7 +59,7 @@ SCENARIO("Test thing id request with no answer from the cloud")
59
while(_attachAttempt.getRetryCount() < 100000) {
60
_attachAttempt.retry();
61
62
- switch(_attachAttempt.getRetryCount()) {
+ switch(_attachAttempt.getRetryCount()) {
63
case 1:
64
REQUIRE(_attachAttempt.getWaitTime() == 4000);
65
break;
0 commit comments