Skip to content

Commit bf5b0ed

Browse files
authored
Update PsrContextSpec.php
1 parent fd814e2 commit bf5b0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PsrContextSpec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function testShouldCreateQueueWithGivenName()
5555
{
5656
$context = $this->createContext();
5757

58-
$queue = $context->createTopic('theName');
58+
$queue = $context->createQueue('theName');
5959

6060
$this->assertInstanceOf(PsrQueue::class, $queue);
6161
$this->assertSame('theName', $queue->getQueueName());

0 commit comments

Comments
 (0)