Skip to content

Commit d8aaa38

Browse files
committed
Remove commented code covered in main site build test
1 parent 1deff38 commit d8aaa38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/framework/tests/Feature/Commands/BuildSitemapCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class BuildSitemapCommandTest extends TestCase
1717
public function testSitemapIsGeneratedWhenConditionsAreMet()
1818
{
1919
config(['hyde.url' => 'https://example.com']);
20-
// config(['hyde.generate_sitemap' => true]); This is only applied when calling the main build command. If the user calls this command directly, it will always generate the sitemap as long as the URL is set.
2120

2221
$this->assertFileDoesNotExist(Hyde::path('_site/sitemap.xml'));
2322

0 commit comments

Comments
 (0)