Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Oct 31, 2023
1 parent 2e8b83d commit 00d382e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Travel/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ public function testVehicleTravelIsReturnAdded(): void
),
);

$travel = $command->getTravels()[0];
$travel = $command->getTravels()[0];

$command->addReturnTravel($travel->getId());

Expand Down

0 comments on commit 00d382e

Please sign in to comment.