Skip to content

Commit

Permalink
Array alignment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Aug 3, 2020
1 parent ba8f301 commit 6ed189d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/tests/connectors/test-class-connector-gravityforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public function test_callback_gform_pre_notification_save() {
$notification = array(
'id' => uniqid(),
'to' => '{admin_email}',
'name' => 'Test notification',
'name' => 'Test notification',
'event' => 'form_submission',
'toType' => 'email',
'subject' => 'New submission from {form_title}',
Expand All @@ -227,11 +227,11 @@ public function test_callback_gform_pre_notification_deleted() {
$notification = array(
'id' => uniqid(),
'to' => '{admin_email}',
'name' => 'Test notification',
'event' => 'form_submission',
'toType' => 'email',
'subject' => 'New submission from {form_title}',
'message' => '{all_fields}',
'name' => 'Test notification',
'event' => 'form_submission',
'toType' => 'email',
'subject' => 'New submission from {form_title}',
'message' => '{all_fields}',
);

$form_id = $this->create_form(
Expand Down

0 comments on commit 6ed189d

Please sign in to comment.