File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/commonTest/kotlin/com.adamratzman/spotify/utilities Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
import org.jetbrains.dokka.gradle.DokkaTask
2
2
import org.jetbrains.kotlin.gradle.dsl.KotlinJsCompile
3
3
4
- println (System .getenv(" SPOTIFY_CLIENT_ID" ))
5
-
6
4
plugins {
7
5
`maven- publish`
8
6
signing
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import com.adamratzman.spotify.api
6
6
import com.adamratzman.spotify.getEnvironmentVariable
7
7
import com.adamratzman.spotify.spotifyAppApi
8
8
import com.adamratzman.spotify.spotifyClientApi
9
+ import kotlin.test.assertFailsWith
9
10
import kotlinx.coroutines.GlobalScope
10
11
import org.spekframework.spek2.Spek
11
12
import org.spekframework.spek2.style.specification.describe
12
- import kotlin.test.assertFailsWith
13
13
14
14
class UtilityTests : Spek ({
15
15
describe("Utility tests") {
You can’t perform that action at this time.
0 commit comments