From 6ed189d192b037c9a8d8f77f9c09b836cde000c3 Mon Sep 17 00:00:00 2001 From: Geoff Taylor Date: Mon, 3 Aug 2020 15:12:32 -0400 Subject: [PATCH] Array alignment fixed --- .../connectors/test-class-connector-gravityforms.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/tests/connectors/test-class-connector-gravityforms.php b/tests/tests/connectors/test-class-connector-gravityforms.php index e179cbf5c..1bbf6e370 100644 --- a/tests/tests/connectors/test-class-connector-gravityforms.php +++ b/tests/tests/connectors/test-class-connector-gravityforms.php @@ -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}', @@ -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(