IceCubesApp/Packages/Network/Tests/NetworkTests/NetworkTests.swift

12 lines
320 B
Swift
Raw Normal View History

@testable import Network
2023-01-17 10:36:01 +00:00
import XCTest
final class NetworkTests: XCTestCase {
2023-01-17 10:36:01 +00:00
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(Network().text, "Hello, World!")
}
}