Skip to content

Commit c0f78cb

Browse files
committed
remove birthdate reference in tests
1 parent b83d97f commit c0f78cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commonTest/kotlin/com.adamratzman/spotify/priv/ClientUserApiTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ClientUserApiTest : Spek({
1010
describe("Client profile test") {
1111
val cp = (api as? SpotifyClientApi)?.users
1212
it("valid user") {
13-
cp?.getClientProfile()?.complete()?.birthdate
13+
cp?.getClientProfile()?.complete()?.displayName
1414
}
1515
}
1616
})

0 commit comments

Comments
 (0)