Documented the AmiiboService service in the library target.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user