From 3582b5ecb6a131ead0b1f07c55aa8afd17bbe35e Mon Sep 17 00:00:00 2001 From: Mattia Pennasilico Date: Fri, 23 Aug 2024 11:09:24 +0200 Subject: [PATCH] Update extras/test/src/test_TimedAttempt.cpp Co-authored-by: Andrea Gilardoni <4046444+andreagilardoni@users.noreply.github.com> --- extras/test/src/test_TimedAttempt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/test/src/test_TimedAttempt.cpp b/extras/test/src/test_TimedAttempt.cpp index ed214cd9..f3acc490 100644 --- a/extras/test/src/test_TimedAttempt.cpp +++ b/extras/test/src/test_TimedAttempt.cpp @@ -86,7 +86,7 @@ SCENARIO("Test thing id request of a detached device") while(_attachAttempt.getRetryCount() < 100000) { _attachAttempt.retry(); - switch(_attachAttempt.getRetryCount()) { + switch(_attachAttempt.getRetryCount()) { case 1: REQUIRE(_attachAttempt.getWaitTime() == 4000); _attachAttempt.reconfigure(AIOT_CONFIG_THING_ID_REQUEST_RETRY_DELAY_ms *