Skip to content

Commit 307a1b3

Browse files
committed
Make test case more stable
1 parent 156c2eb commit 307a1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,8 +1441,8 @@ class FunctionPullingContainerProxyTests
14411441
Some(testContainerId)),
14421442
""))
14431443
inAnyOrder {
1444-
probe.expectMsg(Transition(machine, Paused, Running))
14451444
probe.expectMsgType[Resumed]
1445+
probe.expectMsg(Transition(machine, Paused, Running))
14461446
}
14471447

14481448
awaitAssert {

0 commit comments

Comments
 (0)