Skip to content

Commit ba832bc

Browse files
committed
cs fix
1 parent 42b670a commit ba832bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/DatabaseHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function testPushWithTooLongQueueNameException()
171171
$this->expectExceptionMessage('The queue name is too long. It should be no longer than 64 letters.');
172172

173173
$handler = new DatabaseHandler($this->config);
174-
$handler->push(str_repeat('a',65), 'success', ['key' => 'value']);
174+
$handler->push(str_repeat('a', 65), 'success', ['key' => 'value']);
175175
}
176176

177177
/**

0 commit comments

Comments
 (0)