Skip to content

Commit 4bfa824

Browse files
Update StructuresTest.php
1 parent 4aa9fa0 commit 4bfa824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PackStream/v1/StructuresTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ public function testByteArray(Bytes $arr, AProtocol $protocol)
469469

470470
public function providerByteArray(): \Generator
471471
{
472-
foreach ([0, 200, 60000, 70000] as $size) {
472+
foreach ([1, 200, 60000, 70000] as $size) {
473473
$arr = new Bytes();
474474
while (count($arr) < $size) {
475475
$arr[] = pack('H', mt_rand(0, 255));

0 commit comments

Comments
 (0)