Files
CurvyText/PathText/Tests/PathTextTests/PathTextTests.swift
2019-12-07 11:40:25 -05:00

16 lines
409 B
Swift

import XCTest
@testable import PathText
final class PathTextTests: 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(PathText().text, "Hello, World!")
}
static var allTests = [
("testExample", testExample),
]
}