Skip to content

Commit 7c6ecf7

Browse files
authored
Merge pull request #11 from kxmpxtxnt/patch-1
add open modifies to example kotlin test
2 parents ef86af0 + 147fd2c commit 7c6ecf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/user_guide/introduction/first_test.md

+1-1
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)