We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b68f4 commit 45a9144Copy full SHA for 45a9144
kotlin/src/test/kotlin/org/axonframework/extensions/kotlin/CommandGatewayExtensionsTest.kt
@@ -36,8 +36,6 @@ class CommandGatewayExtensionsTest {
36
private val subjectGateway = mockk<CommandGateway>()
37
38
private val exampleCommand = ExampleCommand("1")
39
- private val timeoutInterval: Long = 30
40
- private val defaultTimeUnit = TimeUnit.MILLISECONDS
41
42
@Test
43
fun `Send extension should invoke correct method on the gateway`() {
0 commit comments