Skip to content

Commit 008aee6

Browse files
committed
Fix RunControllerTests#deleteRun
1 parent a5fdb36 commit 008aee6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/src/integrationTest/kotlin/com/cosmotech/api/home/run/RunControllerTests.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,6 @@ class RunControllerTests : ControllerTestBase() {
262262
{
263263
firstArg<UpdateRunnerStatus>().response = "Successful"
264264
} andThenAnswer
265-
{
266-
firstArg<UpdateRunnerStatus>().response = "Successful"
267-
} andThenAnswer
268265
{}
269266

270267
mvc.perform(

0 commit comments

Comments
 (0)