Skip to content

Commit d2ecb07

Browse files
committed
Update BlockTest.php
1 parent e4bb74d commit d2ecb07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Feature/BlockTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
expect($composer->getBlock("require.php"))->toBeInstanceOf(Block::class);
7171
expect($composer->get("require.php"))->toBeString();
7272

73-
expect($composer->getBlock("require")->has("^8.1|^8.2|^8.3"))->toBeTrue();
73+
expect($composer->getBlock("require")->has("^8.1|^8.2|^8.3|^8.4"))->toBeTrue();
7474
expect($composer->getBlock("require")->hasKey("php"))->toBeTrue();
7575
expect($composer->getBlock("require-dev")->hasKey("pestphp/pest"))->toBeTrue();
7676
});

0 commit comments

Comments
 (0)