From 19b8f3ac7d6c02b20e47924d0ad7836aae6ae61d Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Fri, 3 Jun 2022 11:22:08 +0200 Subject: [PATCH] Clean up --- Tests/ElixxirDAppsSDKTests/ElixxirDAppsSDKTests.swift | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Tests/ElixxirDAppsSDKTests/ElixxirDAppsSDKTests.swift diff --git a/Tests/ElixxirDAppsSDKTests/ElixxirDAppsSDKTests.swift b/Tests/ElixxirDAppsSDKTests/ElixxirDAppsSDKTests.swift deleted file mode 100644 index 1332921d..00000000 --- a/Tests/ElixxirDAppsSDKTests/ElixxirDAppsSDKTests.swift +++ /dev/null @@ -1,8 +0,0 @@ -import XCTest -@testable import ElixxirDAppsSDK - -final class ElixxirDAppsSDKTests: XCTestCase { - func testExample() { - XCTAssert(true) - } -} -- GitLab