summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/RegionManagerTest.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/RegionManagerTest.php b/tests/RegionManagerTest.php
index c4008e9..bf2a5be 100644
--- a/tests/RegionManagerTest.php
+++ b/tests/RegionManagerTest.php
@@ -14,11 +14,7 @@ final class RegionManagerTest extends TestCase
{
public function test_name_resolution(): void
{
- $manager = new RegionManager(
- ['_110000' => '北京市'],
- [],
- []
- );
+ $manager = new RegionManager(['_110000' => '北京市'], [], []);
$this->assertSame('北京市', $manager->getName(110000));
}