Skip to content

Commit c33abaf

Browse files
committed
[Notifier] Fix test
1 parent 92f8149 commit c33abaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/LinkedIn/Tests/LinkedInTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testSupportsChatMessage()
3434

3535
public function testSendNonChatMessageThrows()
3636
{
37-
$transport = $this->getTransport();
37+
$transport = $this->createTransport();
3838

3939
$this->expectException(UnsupportedMessageTypeException::class);
4040

0 commit comments

Comments
 (0)