8000 minor #32723 [Messenger] fix test (xabbuh) · symfony/symfony@1ee775c · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 1ee775c

Browse files
committed
minor #32723 [Messenger] fix test (xabbuh)
This PR was merged into the 4.3 branch. Discussion ---------- [Messenger] fix test | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | fixes a test that was added in the `4.3` branch now that #32700 is merged up Commits ------- 16fc81f fix test
2 parents a07d6a2 + 16fc81f commit 1ee775c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/Tests/TraceableMessageBusTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function testItTracesDispatch()
3737
unset($actualTracedMessage['callTime']); // don't check, too variable
3838
$this->assertEquals([
3939
'message' => $message,
40-
'stamps' => [[$stamp]],
40+
'stamps' => [$stamp],
4141
'caller' => [
4242
'name' => 'TraceableMessageBusTest.php',
4343
'file' => __FILE__,

0 commit comments

Comments
 (0)
0