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 9832444 commit 73eb09cCopy full SHA for 73eb09c
src/test/kotlin/tests/BasicTests.kt
@@ -8,7 +8,6 @@ import kotlin.test.assertNull
8
import org.junit.Test as test
9
10
class DotEnvTest {
11
- private val isWindows = System.getProperty("os.name").toLowerCase().indexOf("win") >= 0
12
private val envVars = mapOf(
13
"MY_TEST_EV1" to "my test ev 1",
14
"MY_TEST_EV2" to "my test ev 2"
0 commit comments