Skip to content

Commit b04d12b

Browse files
committed
fix symfony snapshot
1 parent c5b35f6 commit b04d12b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Integrations/Symfony/Latest/MessengerTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testAsyncSuccess()
6868
$this->snapshotFromTraces(
6969
$consumerTraces,
7070
self::FIELDS_TO_IGNORE,
71-
'tests.integrations.symfony.v7_0.messenger_test.test_async_success_consumer',
71+
'tests.integrations.symfony.latest.messenger_test.test_async_success_consumer',
7272
true
7373
);
7474
}
@@ -92,7 +92,7 @@ public function testAsyncFailure()
9292
$this->snapshotFromTraces(
9393
$consumerTraces,
9494
self::FIELDS_TO_IGNORE,
95-
'tests.integrations.symfony.v7_0.messenger_test.test_async_failure_consumer',
95+
'tests.integrations.symfony.latest.messenger_test.test_async_failure_consumer',
9696
true
9797
);
9898
}

0 commit comments

Comments
 (0)