2 @testable import Patterns
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
9 XCTAssertEqual(Patterns().text, "Hello, World!")