Skip to content

Commit

Permalink
Refactor DefaultLanguageTest rename some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kudashevs committed Apr 8, 2024
1 parent 64e18c8 commit 3774457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Languages/DefaultLanguageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public function it_can_retrieve_default_options(): void
}

/** @test */
public function it_can_retain_the_provided_options(): void
public function it_can_retain_provided_options(): void
{
$language = DefaultLanguage::create('zh-yue-Hant-CN', 1, [
'separator' => '~',
Expand Down

0 comments on commit 3774457

Please sign in to comment.