diff --git a/Piper.xcodeproj/project.pbxproj b/Piper.xcodeproj/project.pbxproj index 55a9a07..e7e90a1 100644 --- a/Piper.xcodeproj/project.pbxproj +++ b/Piper.xcodeproj/project.pbxproj @@ -36,7 +36,6 @@ UITests/UITests.swift, UITests/UITestsLaunchTests.swift, UnitTests/Tests/UseCases/RunProcessUseCaseTests.swift, - UnitTests/UnitTests.swift, ); target = 46D4BE762CB06ED300FCFB84 /* Piper */; }; @@ -44,7 +43,6 @@ isa = PBXFileSystemSynchronizedBuildFileExceptionSet; membershipExceptions = ( UnitTests/Tests/UseCases/RunProcessUseCaseTests.swift, - UnitTests/UnitTests.swift, ); target = 46D4BED32CB07C7A00FCFB84 /* UnitTests */; }; diff --git a/Tests/UnitTests/UnitTests.swift b/Tests/UnitTests/UnitTests.swift deleted file mode 100644 index c329a8f..0000000 --- a/Tests/UnitTests/UnitTests.swift +++ /dev/null @@ -1,17 +0,0 @@ -// -// UnitTests.swift -// UnitTests -// -// Created by Javier Cicchelli on 04/10/2024. -// Copyright © 2024 Röck+Cöde. All rights reserved. -// - -import Testing - -struct UnitTests { - - @Test func example() async throws { - // Write your test here and use APIs like `#expect(...)` to check expected conditions. - } - -}