mirror of
https://github.com/pestphp/pest.git
synced 2026-07-23 18:10:03 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
use Pest\Arch\Exceptions\ArchExpectationFailedException;
|
||||
use Pest\Expectation;
|
||||
|
||||
it('passes', function () {
|
||||
it('passes', function (): void {
|
||||
expect(Expectation::class)->toHaveLineCountLessThan(2000);
|
||||
});
|
||||
|
||||
it('fails', function () {
|
||||
it('fails', function (): void {
|
||||
expect(Expectation::class)->toHaveLineCountLessThan(10);
|
||||
})->throws(ArchExpectationFailedException::class);
|
||||
|
||||
Reference in New Issue
Block a user