Skip to content

Commit a84edbe

Browse files
committed
Apply fixes from StyleCI
1 parent 4e26085 commit a84edbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Hyde/Feature/Hyde/Framework/Testing/Modules/DataCollections/DataCollectionTest/DataCollectionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function test_static_markdown_helper_ignores_files_starting_with_an_under
131131
$this->assertCount(1, DataCollection::markdown('foo'));
132132
File::deleteDirectory(Hyde::path('_data/foo'));
133133
}
134-
134+
135135
public function test_markdown_facade_returns_same_result_as_static_markdown_helper()
136136
{
137137
$expected = DataCollection::markdown('foo');

0 commit comments

Comments
 (0)