Skip to content

Commit 327ca4d

Browse files
committed
Amend test.
1 parent 905b3e8 commit 327ca4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/stomp/Tests/StompContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function testShouldCloseConnections()
144144
{
145145
$client = $this->createStompClientMock();
146146
$client
147-
->expects($this->once())
147+
->expects($this->atLeastOnce())
148148
->method('disconnect')
149149
;
150150

0 commit comments

Comments
 (0)