amiibo-service/Tests/AmiiboServiceTests/AmiiboServiceTests.swift

12 lines
358 B
Swift
Raw Normal View History

2023-04-18 19:41:50 +02:00
import XCTest
@testable import AmiiboService
final class AmiiboServiceTests: 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(AmiiboService().text, "Hello, World!")
}
}