Skip to content

Commit b2a2d78

Browse files
committed
Remove the RecoverQueue reference.
1 parent 7180ea3 commit b2a2d78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/src/test/scala/org/apache/openwhisk/core/scheduler/queue/test/QueueManagerTests.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,6 @@ class QueueManagerTests
11971197
.mapTo[CreateQueueResponse]
11981198
.futureValue shouldBe CreateQueueResponse(testInvocationNamespace, fqn = fqn4, success = true)
11991199
queueManager ! CreateNewQueue(activationMessage, fqn5, testActionMetaData)
1200-
queueManager ! RecoverQueue(activationMessage, fqn6, testActionMetaData)
12011200

12021201
probe.expectMsgAllOf(10.seconds, GracefulShutdown, GracefulShutdown, GracefulShutdown)
12031202
}

0 commit comments

Comments
 (0)