Skip to content

Commit

Permalink
Update test_class.publicize.php
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk committed Jan 15, 2025
1 parent 9b43541 commit c0bc061
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,15 +254,15 @@ public function test_publicize_get_all_connections_for_user() {
$facebook_connection = array(
'id_number' => array(
'connection_data' => array(
'id' => 123,
'user_id' => 0,
'id' => 123,
'user_id' => 0,
'service_name' => 'facebook',
'connection_id' => 123,
'can_disconnect' => true,
'profile_link' => false,
'shared' => false,
'status' => 'ok',
),
'service_name' => 'facebook',
'connection_id' => 123,
'can_disconnect' => true,
'profile_link' => false,
'shared' => false,
'status' => 'ok',
),
);
$twitter_connection = array(
Expand Down

0 comments on commit c0bc061

Please sign in to comment.