]> git.r.bdr.sh - rbdr/patterns/blob - Tests/PatternsTests/PatternsTests.swift
Initial Commit
[rbdr/patterns] / Tests / PatternsTests / PatternsTests.swift
1 import XCTest
2 @testable import Patterns
3
4 final class PatternsTests: XCTestCase {
5 func testExample() throws {
6 // This is an example of a functional test case.
7 // Use XCTAssert and related functions to verify your tests produce the correct
8 // results.
9 XCTAssertEqual(Patterns().text, "Hello, World!")
10 }
11 }