@@ -45,7 +45,7 @@ |
||
45 | 45 | { |
46 | 46 | $subscriberBuilder = new SubscriberBuilder( |
47 | 47 | 'test_exchange', |
48 | - ExchangeType::FANOUT, |
|
48 | + ExchangeType::FANOUT, |
|
49 | 49 | $this->getConnectionManagerMock(), |
50 | 50 | $this->getLoggerMock(), |
51 | 51 | [] |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Cmobi\RabbitmqBundle\Transport\Worker; |
4 | 4 | |
5 | 5 | use Cmobi\RabbitmqBundle\Connection\ConnectionManager; |
6 | -use Cmobi\RabbitmqBundle\Connection\Exception\InvalidAMQPChannelException; |
|
7 | 6 | use Cmobi\RabbitmqBundle\Queue\Queue; |
8 | 7 | use Cmobi\RabbitmqBundle\Queue\QueueBagInterface; |
9 | 8 | use Cmobi\RabbitmqBundle\Queue\QueueBuilderInterface; |