Skip to content

Commit

Permalink
update coin-framework test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lvndry committed Jan 4, 2024
1 parent 61ead4c commit 1df1c56
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ exports[`formatCurrencyUnit with custom options with locale de-DE should correct

exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format LBRY unit (LBRY) 2`] = `"123.456.789,00000000- -LBRY"`;

exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Linea unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;

exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Litecoin unit (litecoin) 1`] = `"123.456.789,00000000- -LTC"`;

exports[`formatCurrencyUnit with custom options with locale de-DE should correctly format Lukso unit (LYX) 1`] = `"0,012345678900000000- -LYX"`;
Expand Down Expand Up @@ -492,6 +494,8 @@ exports[`formatCurrencyUnit with custom options with locale en-US should correct

exports[`formatCurrencyUnit with custom options with locale en-US should correctly format LBRY unit (LBRY) 2`] = `"123,456,789.00000000- -LBRY"`;

exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Linea unit (ETH) 1`] = `"0.012345678900000000- -ETH"`;

exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Litecoin unit (litecoin) 1`] = `"123,456,789.00000000- -LTC"`;

exports[`formatCurrencyUnit with custom options with locale en-US should correctly format Lukso unit (LYX) 1`] = `"0.012345678900000000- -LYX"`;
Expand Down Expand Up @@ -818,6 +822,8 @@ exports[`formatCurrencyUnit with custom options with locale es-ES should correct

exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format LBRY unit (LBRY) 2`] = `"123.456.789,00000000- -LBRY"`;

exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Linea unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;

exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Litecoin unit (litecoin) 1`] = `"123.456.789,00000000- -LTC"`;

exports[`formatCurrencyUnit with custom options with locale es-ES should correctly format Lukso unit (LYX) 1`] = `"0,012345678900000000- -LYX"`;
Expand Down Expand Up @@ -1144,6 +1150,8 @@ exports[`formatCurrencyUnit with custom options with locale fr-FR should correct

exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format LBRY unit (LBRY) 2`] = `"123 456 789,00000000- -LBRY"`;

exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Linea unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;

exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Litecoin unit (litecoin) 1`] = `"123 456 789,00000000- -LTC"`;

exports[`formatCurrencyUnit with custom options with locale fr-FR should correctly format Lukso unit (LYX) 1`] = `"0,012345678900000000- -LYX"`;
Expand Down Expand Up @@ -1470,6 +1478,8 @@ exports[`formatCurrencyUnit with custom options with locale ja-JP should correct

exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format LBRY unit (LBRY) 2`] = `"123,456,789.00000000- -LBRY"`;

exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Linea unit (ETH) 1`] = `"0.012345678900000000- -ETH"`;

exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Litecoin unit (litecoin) 1`] = `"123,456,789.00000000- -LTC"`;

exports[`formatCurrencyUnit with custom options with locale ja-JP should correctly format Lukso unit (LYX) 1`] = `"0.012345678900000000- -LYX"`;
Expand Down Expand Up @@ -1796,6 +1806,8 @@ exports[`formatCurrencyUnit with custom options with locale ko-KR should correct

exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format LBRY unit (LBRY) 2`] = `"123,456,789.00000000- -LBRY"`;

exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Linea unit (ETH) 1`] = `"0.012345678900000000- -ETH"`;

exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Litecoin unit (litecoin) 1`] = `"123,456,789.00000000- -LTC"`;

exports[`formatCurrencyUnit with custom options with locale ko-KR should correctly format Lukso unit (LYX) 1`] = `"0.012345678900000000- -LYX"`;
Expand Down Expand Up @@ -2122,6 +2134,8 @@ exports[`formatCurrencyUnit with custom options with locale pt-BR should correct

exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format LBRY unit (LBRY) 2`] = `"123.456.789,00000000- -LBRY"`;

exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Linea unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;

exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Litecoin unit (litecoin) 1`] = `"123.456.789,00000000- -LTC"`;

exports[`formatCurrencyUnit with custom options with locale pt-BR should correctly format Lukso unit (LYX) 1`] = `"0,012345678900000000- -LYX"`;
Expand Down Expand Up @@ -2448,6 +2462,8 @@ exports[`formatCurrencyUnit with custom options with locale ru-RU should correct

exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format LBRY unit (LBRY) 2`] = `"123 456 789,00000000- -LBRY"`;

exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Linea unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;

exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Litecoin unit (litecoin) 1`] = `"123 456 789,00000000- -LTC"`;

exports[`formatCurrencyUnit with custom options with locale ru-RU should correctly format Lukso unit (LYX) 1`] = `"0,012345678900000000- -LYX"`;
Expand Down Expand Up @@ -2774,6 +2790,8 @@ exports[`formatCurrencyUnit with custom options with locale tr-TR should correct

exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format LBRY unit (LBRY) 2`] = `"123.456.789,00000000- -LBRY"`;

exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Linea unit (ETH) 1`] = `"0,012345678900000000- -ETH"`;

exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Litecoin unit (litecoin) 1`] = `"123.456.789,00000000- -LTC"`;

exports[`formatCurrencyUnit with custom options with locale tr-TR should correctly format Lukso unit (LYX) 1`] = `"0,012345678900000000- -LYX"`;
Expand Down Expand Up @@ -3100,6 +3118,8 @@ exports[`formatCurrencyUnit with custom options with locale zh-CN should correct

exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format LBRY unit (LBRY) 2`] = `"123,456,789.00000000- -LBRY"`;

exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Linea unit (ETH) 1`] = `"0.012345678900000000- -ETH"`;

exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Litecoin unit (litecoin) 1`] = `"123,456,789.00000000- -LTC"`;

exports[`formatCurrencyUnit with custom options with locale zh-CN should correctly format Lukso unit (LYX) 1`] = `"0.012345678900000000- -LYX"`;
Expand Down Expand Up @@ -3426,6 +3446,8 @@ exports[`formatCurrencyUnit with default options should correctly format LBRY un

exports[`formatCurrencyUnit with default options should correctly format LBRY unit (LBRY) 2`] = `"123,456,789"`;

exports[`formatCurrencyUnit with default options should correctly format Linea unit (ETH) 1`] = `"0.0123456"`;

exports[`formatCurrencyUnit with default options should correctly format Litecoin unit (litecoin) 1`] = `"123,456,789"`;

exports[`formatCurrencyUnit with default options should correctly format Lukso unit (LYX) 1`] = `"0.0123456"`;
Expand Down

0 comments on commit 1df1c56

Please sign in to comment.