Skip to content

Commit

Permalink
token test failed OK
Browse files Browse the repository at this point in the history
  • Loading branch information
pank-su committed Nov 22, 2023
1 parent e3c8e33 commit ff88e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/commonTest/kotlin/SettingsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SettingsTest {
client { }.getSettings()
}
val token = getenv("token") ?: return@runTest
///if (token == "") return@runTest
if (token == "") return@runTest
client { this.token = token }.getSettings()
}

Expand Down

0 comments on commit ff88e3a

Please sign in to comment.