Skip to content

Commit

Permalink
Update author yml config path
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 31, 2022
1 parent eac5481 commit 67af952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Commands/BuildStaticSiteCommandTest.php
Expand Up @@ -16,7 +16,7 @@ public function test_file_environment_is_prepared()
{
$this->resetFileEnvironment();

$this->assertFileExists(Hyde::path('_data/authors.yml'));
$this->assertFileExists(Hyde::path('config/authors.yml'));
$this->assertFileExists(Hyde::path('_posts/my-new-post.md'));
$this->assertFileExists(Hyde::path('_posts/alice-in-wonderland.md'));
$this->assertFileExists(Hyde::path('_pages/markdown.md'));
Expand Down

0 comments on commit 67af952

Please sign in to comment.