Skip to content

Commit 73eb09c

Browse files
author
Carmine DiMascio
committed
remove dead code
1 parent 9832444 commit 73eb09c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/kotlin/tests/BasicTests.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import kotlin.test.assertNull
88
import org.junit.Test as test
99

1010
class DotEnvTest {
11-
private val isWindows = System.getProperty("os.name").toLowerCase().indexOf("win") >= 0
1211
private val envVars = mapOf(
1312
"MY_TEST_EV1" to "my test ev 1",
1413
"MY_TEST_EV2" to "my test ev 2"

0 commit comments

Comments
 (0)