Replace web page test base with Kotlin version
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / web / pages / FollowSonePageTest.kt
index 3e80cc5..21964aa 100644 (file)
@@ -16,7 +16,7 @@ import org.mockito.Mockito.verify
 /**
  * Unit test for [FollowSonePage].
  */
-class FollowSonePageTest: WebPageTest2(::FollowSonePage) {
+class FollowSonePageTest: WebPageTest(::FollowSonePage) {
 
        @Test
        fun `page returns correct path`() {