Skip to content

Commit b7c4f9d

Browse files
committed
wip
1 parent af25d26 commit b7c4f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function mockMatrix(): array
4343
$expectedObject = (object) [
4444
'constraint' => $constraint,
4545
'versions' => ['1.2.2', '1.2.4', '1.3.3', '1.4.4'],
46-
'lowest' => '1.2.4',
46+
'lowest' => '1.2.2',
4747
'highest' => '1.4.4',
4848
];
4949

0 commit comments

Comments
 (0)