Written test cases for the AmiiboServiceMockTests tests in the test target.

This commit is contained in:
2026-03-23 00:16:49 +01:00
parent 43198185f4
commit ee28f87d8d
2 changed files with 269 additions and 0 deletions
@@ -21,4 +21,7 @@ extension Tag {
/// Tag that indicates tests against a live backend service.
@Tag static var live: Self
/// Tag that indicates tests using a mock client.
@Tag static var mock: Self
}