Skip to content

Commit 6ed189d

Browse files
committed
Array alignment fixed
1 parent ba8f301 commit 6ed189d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/tests/connectors/test-class-connector-gravityforms.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function test_callback_gform_pre_notification_save() {
204204
$notification = array(
205205
'id' => uniqid(),
206206
'to' => '{admin_email}',
207-
'name' => 'Test notification',
207+
'name' => 'Test notification',
208208
'event' => 'form_submission',
209209
'toType' => 'email',
210210
'subject' => 'New submission from {form_title}',
@@ -227,11 +227,11 @@ public function test_callback_gform_pre_notification_deleted() {
227227
$notification = array(
228228
'id' => uniqid(),
229229
'to' => '{admin_email}',
230-
'name' => 'Test notification',
231-
'event' => 'form_submission',
232-
'toType' => 'email',
233-
'subject' => 'New submission from {form_title}',
234-
'message' => '{all_fields}',
230+
'name' => 'Test notification',
231+
'event' => 'form_submission',
232+
'toType' => 'email',
233+
'subject' => 'New submission from {form_title}',
234+
'message' => '{all_fields}',
235235
);
236236

237237
$form_id = $this->create_form(

0 commit comments

Comments
 (0)