Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTray committed May 20, 2024
1 parent 721f3fb commit b7aae60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/VersionRouteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public function getTestVersionRangeData(): array
'is_correct_version' => false,
'route' => static::ROUTE_OBJECT_RANGE,
],

[
'version' => '1',
'is_correct_version' => true,
Expand Down Expand Up @@ -145,7 +144,6 @@ public function getTestVersionFromData(): array
'is_correct_version' => false,
'route' => static::ROUTE_OBJECT_FROM,
],

[
'version' => '1',
'is_correct_version' => false,
Expand Down

0 comments on commit b7aae60

Please sign in to comment.