amiibo-service/Tests/AmiiboServiceTests/AmiiboServiceTests.swift
2023-04-18 19:44:24 +02:00

12 lines
358 B
Swift

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!")
}
}