We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83d97f commit c0f78cbCopy full SHA for c0f78cb
src/commonTest/kotlin/com.adamratzman/spotify/priv/ClientUserApiTest.kt
@@ -10,7 +10,7 @@ class ClientUserApiTest : Spek({
10
describe("Client profile test") {
11
val cp = (api as? SpotifyClientApi)?.users
12
it("valid user") {
13
- cp?.getClientProfile()?.complete()?.birthdate
+ cp?.getClientProfile()?.complete()?.displayName
14
}
15
16
})
0 commit comments