# Encontre o bug: iOS > Um trecho de código. Encontre o bug, ou prove que não existe nenhum. Desafio diário: 2026-08-19 (UTC) · Mid-Level ```swift import XCTest @testable import MyApp final class TimerTests: XCTestCase { func testCountdown() { let countdown = Countdown(seconds: 2) countdown.start() Thread.sleep(forTimeInterval: 3) XCTAssertTrue(countdown.isFinished) } } ``` ## Seu veredito - Falha de segurança - Bug de lógica - Estilo de código - Sem problema Uma tentativa por dia. A resposta aparece logo depois. --- Source: SharpSkill (https://sharpskill.dev), tech interview preparation for your real stack. HTML version of this page: https://sharpskill.dev/pt/desafio-diario/ios