projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d9f18a
)
🔥 Clean up imports
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Mon, 6 Jan 2020 06:54:09 +0000
(07:54 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Mon, 6 Jan 2020 06:54:09 +0000
(07:54 +0100)
src/test/kotlin/net/pterodactylus/sone/web/notification/MarkPostKnownDuringFirstStartHandlerTest.kt
patch
|
blob
|
history
src/test/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerModuleTest.kt
patch
|
blob
|
history
diff --git
a/src/test/kotlin/net/pterodactylus/sone/web/notification/MarkPostKnownDuringFirstStartHandlerTest.kt
b/src/test/kotlin/net/pterodactylus/sone/web/notification/MarkPostKnownDuringFirstStartHandlerTest.kt
index
6efb472
..
c2f8e41
100644
(file)
--- a/
src/test/kotlin/net/pterodactylus/sone/web/notification/MarkPostKnownDuringFirstStartHandlerTest.kt
+++ b/
src/test/kotlin/net/pterodactylus/sone/web/notification/MarkPostKnownDuringFirstStartHandlerTest.kt
@@
-23,7
+23,7
@@
import net.pterodactylus.sone.data.*
import net.pterodactylus.util.notify.*
import org.hamcrest.MatcherAssert.*
import org.hamcrest.Matchers.*
-import java.util.function.
Consumer
+import java.util.function.
*
import kotlin.test.*
/**
diff --git
a/src/test/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerModuleTest.kt
b/src/test/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerModuleTest.kt
index
497ae1d
..
00b0a19
100644
(file)
--- a/
src/test/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerModuleTest.kt
+++ b/
src/test/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerModuleTest.kt
@@
-34,7
+34,6
@@
import net.pterodactylus.sone.text.*
import net.pterodactylus.sone.utils.*
import net.pterodactylus.util.notify.*
import org.hamcrest.MatcherAssert.*
-import org.hamcrest.Matchers
import org.hamcrest.Matchers.*
import org.mockito.*
import org.mockito.Mockito.*