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

12 lines
340 B
Swift

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