// // MusicTests.swift // MusicTests // // Created by Laurent Morvillier on 23/05/2026. // import Testing @testable import Music struct MusicTests { @Test func example() async throws { // Write your test here and use APIs like `#expect(...)` to check expected conditions. } }