🎨 Rename method to create replies for tests
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / web / notification / LocalReplyHandlerTest.kt
index 750d083..1d30124 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - LocalReplyHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - LocalReplyHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -81,5 +81,5 @@ class LocalReplyHandlerTest {
 
 }
 
-private val localReply = emptyPostReply(sone = localSone1)
-private val remoteReply = emptyPostReply()
+private val localReply = createPostReply(sone = localSone1)
+private val remoteReply = createPostReply()