Skip to content

Commit d4012ea

Browse files
committed
unit test fix
1 parent 82feb24 commit d4012ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Amqp/Test/Unit/Connection/FactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ public static function connectionDataProvider()
127127
return [
128128
[
129129
'sslEnabled' => true,
130-
'connection_class' => AMQPStreamConnection::class,
130+
'connectionClass' => AMQPStreamConnection::class,
131131
],
132132
[
133133
'sslEnabled' => false,
134-
'connection_class' => AMQPStreamConnection::class,
134+
'connectionClass' => AMQPStreamConnection::class,
135135
],
136136
];
137137
}

0 commit comments

Comments
 (0)