Skip to content

Commit 85ccf17

Browse files
committed
Hide suppression from User Guide
1 parent 65efafd commit 85ccf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/test/kotlin/example/KotlinCoroutinesDemo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import org.junit.jupiter.api.BeforeEach
1414
import org.junit.jupiter.api.Test
1515

1616
// end::user_guide[]
17-
// tag::user_guide[]
1817
@Suppress("JUnitMalformedDeclaration")
18+
// tag::user_guide[]
1919
class KotlinCoroutinesDemo {
2020
@BeforeEach
2121
fun regularSetUp() {

0 commit comments

Comments
 (0)