File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
main/scala/io/flow/reference/data
test/scala/io/flow/reference Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ object Countries {
347347 val Bgr : Country = Country (
348348 iso31662 = " BG" ,
349349 iso31663 = " BGR" ,
350- defaultCurrency = Some (" BGN " ),
350+ defaultCurrency = Some (" EUR " ),
351351 defaultLanguage = Some (" bg" ),
352352 measurementSystem = " metric" ,
353353 name = " Bulgaria" ,
Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ object Regions {
604604 name = " Bulgaria" ,
605605 countries = Seq (" BGR" ),
606606 languages = Seq (" bg" ),
607- currencies = Seq (" BGN " ),
607+ currencies = Seq (" EUR " ),
608608 measurementSystems = Seq (" metric" ),
609609 timezones = Nil ,
610610 )
@@ -1217,6 +1217,7 @@ object Regions {
12171217 countries = Seq (
12181218 " AUT" ,
12191219 " BEL" ,
1220+ " BGR" ,
12201221 " CYP" ,
12211222 " EST" ,
12221223 " FIN" ,
@@ -1238,6 +1239,7 @@ object Regions {
12381239 ),
12391240 languages = Seq (
12401241 " cs" ,
1242+ " bg" ,
12411243 " de" ,
12421244 " el" ,
12431245 " en" ,
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ class CurrenciesSpec extends AnyFunSpec with Matchers {
4141 " ARS" ,
4242 " AUD" ,
4343 " BAM" ,
44- " BGN" ,
4544 " BRL" ,
4645 " BSD" ,
4746 " CAD" ,
You can’t perform that action at this time.
0 commit comments