Documented the AmiiboService service in the library target.

This commit is contained in:
2025-09-09 09:36:42 +02:00
parent 9e42686b55
commit 36fd2c29ea
3 changed files with 50 additions and 21 deletions
@@ -23,10 +23,8 @@ struct AmiiboServiceLiveTests {
// MARK: Initialisers
init() throws {
let client = try AmiiboLiveClient()
self.service = .init(client)
init() {
self.service = .init(.live())
}
// MARK: Functions tests