diff --git a/Tests/SakeCLITests/SakeAppManagerTests.swift b/Tests/SakeCLITests/SakeAppManagerTests.swift index 8a5e663..0a435d8 100644 --- a/Tests/SakeCLITests/SakeAppManagerTests.swift +++ b/Tests/SakeCLITests/SakeAppManagerTests.swift @@ -18,7 +18,7 @@ final class SakeAppManagerTests: XCTestCase { // MARK: - Initialize - func testSakeAppManager_whenInitialize_shouldThrowError_IfAlreadyInitialized() throws { + func testSakeAppManager_whenInitialize_shouldThrowError_IfAlreadyInitialized() { let fileHandle = MockFileHandle( isExecutableOutdatedReturnValue: false )