We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef86af0 + 147fd2c commit 7c6ecf7Copy full SHA for 7c6ecf7
docs/en/user_guide/introduction/first_test.md
@@ -70,7 +70,7 @@ public class MyPluginTests {
70
```
71
72
```kotlin [Kotlin]
73
-class MyPluginTests {
+open class MyPluginTests {
74
75
private lateinit var server: ServerMock
76
private lateinit var plugin: MyPlugin
0 commit comments