Skip to content

Commit

Permalink
Fix field key test
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Jan 8, 2018
1 parent ce7b53b commit b5cbf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/FieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ public function testToArray()
'conditional_logic' => [
[
[
'field' => 'field_75e716e7',
'field' => 'field_9f70f095',
'operator' => '==',
'value' => 'Max Martin',
],
],
[
[
'field' => 'field_b10b2be3',
'field' => 'field_c9bc0661',
'operator' => '!=',
'value' => 'https://example.com/',
],
Expand Down

0 comments on commit b5cbf84

Please sign in to comment.