🎨 Fix formatting
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / web / pages / CreateSonePageTest.kt
index 1871944..6a4a2b0 100644 (file)
@@ -148,12 +148,12 @@ class CreateSonePageTest : WebPageTest(::CreateSonePage) {
 
        @Test
        fun `page is annotated with the correct menuname`() {
-           assertThat(page.menuName, equalTo("CreateSone"))
+               assertThat(page.menuName, equalTo("CreateSone"))
        }
 
        @Test
        fun `page is annotated with the correct template path`() {
-           assertThat(page.templatePath, equalTo("/templates/createSone.html"))
+               assertThat(page.templatePath, equalTo("/templates/createSone.html"))
        }
 
 }