Fixed unit tests #10114
This commit is contained in:
parent
b12f74a263
commit
2cc13b6409
|
@ -110,7 +110,7 @@ class Functions extends \WC_Unit_Test_Case {
|
|||
public function test_wc_format_list_of_items() {
|
||||
$items = array( 'Title 1', 'Title 2' );
|
||||
|
||||
$this->assertEquals( "“Title 1” and “Title 2”", wc_format_list_of_items( $items ) );
|
||||
$this->assertEquals( 'Title 1 and Title 2', wc_format_list_of_items( $items ) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue