Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed May 10, 2024
1 parent ac6e626 commit be6d899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Data/Taxonomies/TermTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,11 @@ public function it_gets_preview_targets()
/** @test */
public function it_gets_routes()
{
Facades\Site::setConfig(['default' => 'en', 'sites' => [
$this->setSites([
'en' => ['url' => 'http://domain.com/'],
'fr' => ['url' => 'http://domain.com/fr/'],
'de' => ['url' => 'http://domain.de/'],
]]);
]);

$taxonomy = tap(Taxonomy::make('tags')->sites(['en', 'fr', 'de'])->routes('tags'))->save();

Expand Down

0 comments on commit be6d899

Please sign in to comment.