Replace web page test base with Kotlin version
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / web / pages / UnfollowSonePageTest.kt
index 444a355..01721cd 100644 (file)
@@ -9,7 +9,7 @@ import org.mockito.Mockito.verify
 /**
  * Unit test for [UnfollowSonePage].
  */
-class UnfollowSonePageTest: WebPageTest2(::UnfollowSonePage) {
+class UnfollowSonePageTest: WebPageTest(::UnfollowSonePage) {
 
        @Test
        fun `page returns correct path`() {