Skip to content

Commit efdabc6

Browse files
MathieuDubartclaude
andcommitted
fix(tests): update getShares assertions to match C3 fixture cleanup
SharesTests expected the old demo.navidrome.org URL and "demo" username that were replaced in commit b3b0820. Update the two assertions to match the fixture values: music.example.com and "alice". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1d79fcc commit efdabc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/swiftsonicTests/SharesTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ struct GetSharesTests {
3030

3131
let first = try #require(shares.first)
3232
#expect(first.id == "sh-abc123")
33-
#expect(first.url == "https://demo.navidrome.org/share/sh-abc123")
33+
#expect(first.url == "https://music.example.com/share/sh-abc123")
3434
#expect(first.description == "NIN collection")
35-
#expect(first.username == "demo")
35+
#expect(first.username == "alice")
3636
#expect(first.visitCount == 3)
3737
#expect(first.expires != nil)
3838

0 commit comments

Comments
 (0)