Updated unit tests.

This commit is contained in:
Peter Fabian 2020-02-04 13:45:28 +01:00
parent e971d14265
commit f57fef5bdd
1 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,10 @@
*
* @package WooCommerce\Tests\Util
*/
/**
* Tests for WC_Privacy_Exporters class.
*/
class WC_Test_Privacy_Export extends WC_Unit_Test_Case {
/**
@ -92,7 +96,7 @@ class WC_Test_Privacy_Export extends WC_Unit_Test_Case {
'value' => 'PA',
),
array(
'name' => 'Billing Country',
'name' => 'Billing Country / Region',
'value' => 'US',
),
array(
@ -120,7 +124,7 @@ class WC_Test_Privacy_Export extends WC_Unit_Test_Case {
'value' => 'PA',
),
array(
'name' => 'Shipping Country',
'name' => 'Shipping Country / Region',
'value' => 'US',
),
),