Improved the initializer function for the AmiiboService service type in the library target to use a AmiiboLiveClient client type as a default value.

This commit is contained in:
2025-09-12 01:11:43 +02:00
parent 6f3249833a
commit e5a541206a
2 changed files with 5 additions and 8 deletions
@@ -24,7 +24,7 @@ struct AmiiboServiceLiveTests {
// MARK: Initializers
init() {
self.service = .init(.live())
self.service = .init()
}
// MARK: Functions tests