Skip to content

Commit

Permalink
Update SupportTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Dec 18, 2024
1 parent 08a1002 commit 312456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Support/SupportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ public function test_car_download_file_stream()

public function test_car_block_map()
{
$data = Utils::streamFor(utils::tryFopen(__DIR__.'/fixture/bsky-app.car', 'rb'));
$data = Utils::streamFor(Utils::tryFopen(__DIR__.'/fixture/bsky-app.car', 'rb'));

$this->assertCount(604, iterator_to_array(CAR::blockMap($data)));
$this->assertCount(744, iterator_to_array(CAR::blockIterator($data)));
Expand Down

0 comments on commit 312456a

Please sign in to comment.