Fix wrong Kotlin syntax
This commit is contained in:
parent
3cd9b77273
commit
b5e9c4cb9f
|
@ -44,7 +44,7 @@ Kotlin::
|
|||
+
|
||||
[source,kotlin,role="secondary"]
|
||||
----
|
||||
@ExtendWith(SpringExtension.class)
|
||||
@ExtendWith(SpringExtension::class)
|
||||
@ContextConfiguration(classes = [SecurityConfig::class])
|
||||
@WebAppConfiguration
|
||||
class CsrfShowcaseTests {
|
||||
|
|
Loading…
Reference in New Issue