Files
NetNewsWire/SyncClients/ReaderAPI/Tests/ReaderAPITests/ReaderAPITests.swift
2023-08-28 07:55:04 -07:00

12 lines
346 B
Swift

import XCTest
@testable import ReaderAPI
final class ReaderAPITests: 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(ReaderAPI().text, "Hello, World!")
}
}