Skip to content

Commit

Permalink
Update ExactVersionConstraintTest to represent filled up 0
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed May 9, 2020
1 parent 9138242 commit d06a500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/ExactVersionConstraintTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function compliantVersionProvider() {
return [
['1.0.2', new Version('1.0.2')],
['4.8.9', new Version('4.8.9')],
['4.8', new Version('4.8')],
['4.8.0', new Version('4.8')],
];
}

Expand Down

0 comments on commit d06a500

Please sign in to comment.