From abf5e172e70ab0f377c123bad67fc51d03a37f43 Mon Sep 17 00:00:00 2001 From: Mattia Pennasilico Date: Fri, 23 Aug 2024 11:09:30 +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 f3acc490..473670e5 100644 --- a/extras/test/src/test_TimedAttempt.cpp +++ b/extras/test/src/test_TimedAttempt.cpp @@ -59,7 +59,7 @@ SCENARIO("Test thing id request with no answer from the cloud") while(_attachAttempt.getRetryCount() < 100000) { _attachAttempt.retry(); - switch(_attachAttempt.getRetryCount()) { + switch(_attachAttempt.getRetryCount()) { case 1: REQUIRE(_attachAttempt.getWaitTime() == 4000); break;