Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 19, 2023
1 parent 0be4388 commit 417707d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/tests/Feature/HydeKernelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public function test_version_constant_is_up_to_date_with_git()
$this->markTestSkipped('Could not get version from Git');
}

if ('v' . HydeKernel::VERSION === $version) {
if ('v'.HydeKernel::VERSION === $version) {
$this->assertSame('v'.HydeKernel::VERSION, $version);
} else {
$this->markTestSkipped('Version constant does not match Git version!');
Expand Down

0 comments on commit 417707d

Please sign in to comment.