Skip to content

Commit 5dccbd7

Browse files
committed
fix typo in test case name #84660
1 parent 5730691 commit 5dccbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/wpunit/Feed/ProductFeedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function test_variable_product_return_variation_array() {
9898
/**
9999
* @covers \ShoppingFeed\ShoppingFeedWC\Products\Product::get_ean
100100
*/
101-
public function test_get_ean_return_emty_string_for_empty_wc_product_ean() {
101+
public function test_get_ean_return_empty_string_for_empty_wc_product_ean() {
102102
$wc_product = wc_get_product( 13 );
103103
$sf_product = new Product( $wc_product );
104104
$this->assertEquals( '', $sf_product->get_ean() );

0 commit comments

Comments
 (0)