Skip to content

Commit

Permalink
removed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmoellerch committed Jun 20, 2019
1 parent 982f3f3 commit d9685b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions Tests/SwiftUIFormattedTextTests/SwiftUIFormattedTextTests.swift
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
import XCTest
@testable import SwiftUIFormattedText

@available(OSX 10.15, *)
@available(iOS 13.0, *)
final class SwiftUIFormattedTextTests: XCTestCase {
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(SwiftUIFormattedText().text, "Hello, World!")
}

static var allTests = [
("testExample", testExample),
]
}
4 changes: 2 additions & 2 deletions Tests/SwiftUIFormattedTextTests/XCTestManifests.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import XCTest

#if !os(macOS)
#if false
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(SwiftUIFormattedTextTests.allTests),
]
}
#endif
#endif

0 comments on commit d9685b9

Please sign in to comment.