Skip to content

Commit 2e4344c

Browse files
committed
refactor: about CountryToStudyRegionMap
1 parent 1e2c323 commit 2e4344c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/app/Packages/Domains/StudyRegion/CountryToStudyRegionMap.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44

55
use App\Enums\StudyRegion;
66

7-
final class CountryToStudyRegionMap
7+
class CountryToStudyRegionMap
88
{
9-
/**
10-
* @var array<string, StudyRegion>
11-
*/
129
public const MAPPING = [
1310
// Asia
1411
'Japan' => StudyRegion::ASIA,

src/app/Packages/Domains/Test/QueryService/WorldHeritageQueryService_getByIdTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ public function test_check_data_value(): void
143143
foreach ($expectedCodes as $code) {
144144
$orderedExpected[$code] = $expected[$code];
145145
}
146+
146147
$this->assertEquals($this->arrayData()['id'], $result->getId());
147148
$this->assertEquals($this->arrayData()['official_name'], $result->getOfficialName());
148149
$this->assertEquals($this->arrayData()['name'], $result->getName());

0 commit comments

Comments
 (0)