Skip to content

Commit ebbced6

Browse files
authored
Indonesia has joined BRICS (#284)
1 parent 385fe42 commit ebbced6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Country/Groups/BRICS.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public static function allAlpha2(): array {
2323
CountryAlpha2::Ethiopia,
2424
CountryAlpha2::Iran,
2525
CountryAlpha2::United_Arab_Emirates,
26+
CountryAlpha2::Indonesia,
2627
];
2728
}
2829
}

tests/Unit/Country/Groups/BRICSTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function testAllAlpha2(): void {
2222
CountryAlpha2::Ethiopia,
2323
CountryAlpha2::Iran,
2424
CountryAlpha2::United_Arab_Emirates,
25+
CountryAlpha2::Indonesia,
2526
],
2627
BRICS::allAlpha2()
2728
);

0 commit comments

Comments
 (0)