Skip to content

Commit 3582b5e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/test/src/test_TimedAttempt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ SCENARIO("Test thing id request of a detached device")
8686
while(_attachAttempt.getRetryCount() < 100000) {
8787
_attachAttempt.retry();
8888

89-
switch(_attachAttempt.getRetryCount()) {
89+
switch(_attachAttempt.getRetryCount()) {
9090
case 1:
9191
REQUIRE(_attachAttempt.getWaitTime() == 4000);
9292
_attachAttempt.reconfigure(AIOT_CONFIG_THING_ID_REQUEST_RETRY_DELAY_ms *

0 commit comments

Comments
 (0)