Skip to content

Commit 147fd2c

Browse files
authored
add open modifies to example kotlin test
1 parent ef86af0 commit 147fd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/user_guide/introduction/first_test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class MyPluginTests {
7070
```
7171

7272
```kotlin [Kotlin]
73-
class MyPluginTests {
73+
open class MyPluginTests {
7474

7575
private lateinit var server: ServerMock
7676
private lateinit var plugin: MyPlugin

0 commit comments

Comments
 (0)