IceCubesApp/Packages/Routeur/Tests/RouteurTests/RouteurTests.swift
Thomas Ricouard 567cb4cc47 New Routeur
2022-11-29 11:46:02 +01:00

12 lines
340 B
Swift

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