Removed boilerplate files from the project.

This commit is contained in:
Javier Cicchelli 2023-04-18 21:44:59 +02:00
parent 29f766ebdb
commit 83a4c1b37b
2 changed files with 0 additions and 17 deletions

View File

@ -1,6 +0,0 @@
public struct AmiiboService {
public private(set) var text = "Hello, World!"
public init() {
}
}

View File

@ -1,11 +0,0 @@
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!")
}
}