Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Jan 8, 2021
1 parent 2d0e27c commit cf68356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/docs/content/roadmap.md
Expand Up @@ -13,7 +13,6 @@ parent: contribute

## TODO before v1

- [ ] Générer une seule page
- [ ] Revoir la gestion des assets
- [ ] Revoir install-cms (bin/console assets:install --symlink --relative)git
- [ ] Other tests (toward 50% coverage)
Expand Down
2 changes: 1 addition & 1 deletion packages/static-generator/tests/StaticGeneratorTest.php
Expand Up @@ -94,7 +94,7 @@ public function testCopier()

$generator->generate('localhost.dev');

$this->assertTrue(file_exists(__DIR__.'/../../skeleton/localhost.dev/bundles'));
$this->assertTrue(file_exists(__DIR__.'/../../skeleton/localhost.dev/assets'));
}

public function testError()
Expand Down

0 comments on commit cf68356

Please sign in to comment.