]> git.r.bdr.sh - rbdr/patterns/blame - Tests/PatternsTests/PatternsTests.swift
Add license and readme
[rbdr/patterns] / Tests / PatternsTests / PatternsTests.swift
CommitLineData
575722f4
RBR
1import XCTest
2@testable import Patterns
3
4final 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}