Skip to content

Commit abc82fc

Browse files
author
Brendan Doyle
committed
update tests
1 parent 2e73a5c commit abc82fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/test/scala/org/apache/openwhisk/core/containerpool/v2/test/FunctionPullingContainerProxyTests.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ class FunctionPullingContainerProxyTests
961961
}
962962
client.send(machine, ClientClosed)
963963

964-
probe.expectMsgAllOf(ContainerRemoved(false), Transition(machine, Running, Removing))
964+
probe.expectMsgAllOf(ContainerRemoved(true), Transition(machine, Running, Removing))
965965

966966
awaitAssert {
967967
factory.calls should have size 1
@@ -1614,7 +1614,7 @@ class FunctionPullingContainerProxyTests
16141614
client.expectMsg(GracefulShutdown)
16151615
client.send(machine, ClientClosed)
16161616

1617-
probe.expectMsgAllOf(ContainerRemoved(false), Transition(machine, Running, Removing))
1617+
probe.expectMsgAllOf(ContainerRemoved(true), Transition(machine, Running, Removing))
16181618

16191619
awaitAssert {
16201620
factory.calls should have size 1

0 commit comments

Comments
 (0)