Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
budzanowski committed Oct 5, 2023
1 parent 341a818 commit 98982bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/TrackerSnapshotTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class TrackerSnapshotTest extends \WP_UnitTestCase {
public static $default_settings = array(
'version' => PINTEREST_FOR_WOOCOMMERCE_VERSION,
'track_conversions_with_tag' => true,
'track_conversions_with_capi' . => true,
'track_conversions_with_capi' => true,
'enhanced_match_support' => true,
'automatic_enhanced_match_support' => true,
'save_to_pinterest' => true,
Expand Down

0 comments on commit 98982bd

Please sign in to comment.