diff --git a/Product/app-ci-cd-github-actions-demoTests/CalculatorTests.swift b/Product/app-ci-cd-github-actions-demoTests/CalculatorTests.swift index 2a5067d..af227ac 100644 --- a/Product/app-ci-cd-github-actions-demoTests/CalculatorTests.swift +++ b/Product/app-ci-cd-github-actions-demoTests/CalculatorTests.swift @@ -1,6 +1,6 @@ @testable import app_ci_cd_github_actions_demo import XCTest - +// YES! class CalculatorTests: XCTestCase { var calculator: Calculator! override func setUp() {