X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ftest%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fnotification%2FLocalReplyHandlerTest.kt;h=1d30124398c7bf05204d724e94b4adde0cd17605;hb=5076d8379e6413189273defd4f01f241b4a6a57e;hp=750d08370541e2c6719e30a71357865134895f30;hpb=f98ec5222b0611a7e473c01cb6ef3a4ef73bc294;p=Sone.git diff --git a/src/test/kotlin/net/pterodactylus/sone/web/notification/LocalReplyHandlerTest.kt b/src/test/kotlin/net/pterodactylus/sone/web/notification/LocalReplyHandlerTest.kt index 750d083..1d30124 100644 --- a/src/test/kotlin/net/pterodactylus/sone/web/notification/LocalReplyHandlerTest.kt +++ b/src/test/kotlin/net/pterodactylus/sone/web/notification/LocalReplyHandlerTest.kt @@ -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()