Skip to content

Commit 7398a65

Browse files
committed
KTL-2568 removed import org.junit.Test in example with kotlin tests
1 parent a2c20b6 commit 7398a65

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

blocks/main/why-kotlin/code-examples/ideal-for-tests.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.junit.Test // Tests
21
import kotlin.test.* // The following example works for JVM only
32

43
class SampleTest {

templates/inc/pages/index/code-examples.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
<pre theme="darcula" class="sample" data-mobile-shorter-height="400" auto-indent="false" data-min-compiler-version="1.5" data-target-platform="junit">
130130
// Tests
131131
// The following example works for JVM only
132-
import org.junit.Test
133132
import kotlin.test.*
134133

135134
class SampleTest {

0 commit comments

Comments
 (0)