Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlin committed Oct 12, 2022
1 parent 856eeee commit 3d64f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Jobs/UpdateSyncableProductsCountTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public function test_update_syncable_products_count_no_syncable_products_multipl
}

public function test_update_syncable_products_count_product_gets_deleted_after_batches_get_created() {
// This is a product in the first batch that will be deteled after the first batch gets created.
// This is a product in the first batch that will be deleted after the first batch gets created.
$product_to_be_deleted = WC_Helper_Product::create_simple_product( true, [ 'status' => 'publish' ] );

// syncable products count: 2, total products count: 2
Expand Down

0 comments on commit 3d64f9d

Please sign in to comment.