Skip to content

Commit 417707d

Browse files
committed
Apply fixes from StyleCI
1 parent 0be4388 commit 417707d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/tests/Feature/HydeKernelTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public function test_version_constant_is_up_to_date_with_git()
314314
$this->markTestSkipped('Could not get version from Git');
315315
}
316316

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

0 commit comments

Comments
 (0)