diff options
Diffstat (limited to 'Tests/PatternsTests/PatternsTests.swift')
| -rw-r--r-- | Tests/PatternsTests/PatternsTests.swift | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Tests/PatternsTests/PatternsTests.swift b/Tests/PatternsTests/PatternsTests.swift deleted file mode 100644 index d45a6f7..0000000 --- a/Tests/PatternsTests/PatternsTests.swift +++ /dev/null @@ -1,11 +0,0 @@ -import XCTest -@testable import Patterns - -final class PatternsTests: XCTestCase { - func testExample() throws { - // This is an example of a functional test case. - // Use XCTAssert and related functions to verify your tests produce the correct - // results. - XCTAssertEqual(Patterns().text, "Hello, World!") - } -} |