Skip to content

Commit

Permalink
Fix XPF test data
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcosta99 committed May 2, 2024
1 parent 3b377c2 commit 9e5e3e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/woocommerce/tests/api-core-tests/data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const currencies = {
XAF: 'Central African CFA franc (CFA) — XAF',
XCD: 'East Caribbean dollar ($) — XCD',
XOF: 'West African CFA franc (CFA) — XOF',
XPF: 'CFP franc (Fr) — XPF',
XPF: 'CFP franc (XPF) — XPF',
YER: 'Yemeni rial (﷼) — YER',
ZAR: 'South African rand (R) — ZAR',
ZMW: 'Zambian kwacha (ZK) — ZMW',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2940,7 +2940,7 @@ test.describe( 'Data API tests', () => {
name: 'CFP franc',
currency_code: 'XPF',
currency_pos: 'right_space',
decimal_sep: ',',
decimal_sep: '.',
dimension_unit: 'cm',
num_decimals: 0,
thousand_sep: ' ',
Expand Down Expand Up @@ -3000,7 +3000,7 @@ test.describe( 'Data API tests', () => {
name: 'CFP franc',
currency_code: 'XPF',
currency_pos: 'right_space',
decimal_sep: ',',
decimal_sep: '.',
dimension_unit: 'cm',
num_decimals: 0,
thousand_sep: ' ',
Expand Down Expand Up @@ -3120,7 +3120,7 @@ test.describe( 'Data API tests', () => {
name: 'CFP franc',
currency_code: 'XPF',
currency_pos: 'right_space',
decimal_sep: ',',
decimal_sep: '.',
dimension_unit: 'cm',
num_decimals: 0,
thousand_sep: ' ',
Expand Down Expand Up @@ -7992,7 +7992,7 @@ test.describe( 'Data API tests', () => {
expect.objectContaining( {
code: 'XPF',
name: 'CFP franc',
symbol: 'Fr',
symbol: 'XPF',
_links: {
self: [
{
Expand Down

0 comments on commit 9e5e3e3

Please sign in to comment.