Skip to content

Commit 7bdb0d6

Browse files
committed
Remove is_setup_complete assert in test
1 parent 559d6ef commit 7bdb0d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Unit/Admin/MetaBox/CouponChannelVisibilityMetaBoxTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public function test_get_view_context_returns_expected_keys(): void {
9696
[ 'field_id', 'coupon_id', 'coupon', 'channel_visibility', 'sync_status', 'issues', 'is_channel_supported', 'get_started_url' ],
9797
array_keys( $context )
9898
);
99-
$this->assertArrayNotHasKey( 'is_setup_complete', $context );
10099
}
101100

102101
/**

0 commit comments

Comments
 (0)