ソースを参照

Rename to SessionFixationDslTests

Eleftheria Stein 5 年 前
コミット
40b15f5a46

+ 1 - 1
config/src/test/kotlin/org/springframework/security/config/web/servlet/session/SessionFixationDslTest.kt → config/src/test/kotlin/org/springframework/security/config/web/servlet/session/SessionFixationDslTests.kt

@@ -40,7 +40,7 @@ import org.springframework.test.web.servlet.request.MockMvcRequestBuilders
  *
  * @author Eleftheria Stein
  */
-class SessionFixationDslTest {
+class SessionFixationDslTests {
     @Rule
     @JvmField
     var spring = SpringTestRule()