Skip to content

Commit 45a9144

Browse files
committed
Remove unused fields
1 parent c6b68f4 commit 45a9144

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kotlin/src/test/kotlin/org/axonframework/extensions/kotlin/CommandGatewayExtensionsTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ class CommandGatewayExtensionsTest {
3636
private val subjectGateway = mockk<CommandGateway>()
3737

3838
private val exampleCommand = ExampleCommand("1")
39-
private val timeoutInterval: Long = 30
40-
private val defaultTimeUnit = TimeUnit.MILLISECONDS
4139

4240
@Test
4341
fun `Send extension should invoke correct method on the gateway`() {

0 commit comments

Comments
 (0)