Skip to content

Commit

Permalink
Update Lead model test
Browse files Browse the repository at this point in the history
  • Loading branch information
dotzero committed Dec 8, 2019
1 parent cc63a4c commit 73b3331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Models/LeadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public function fieldsProvider()
['tags', ['Tag 1', 'Tag 2'], 'Tag 1,Tag 2'],
['visitor_uid', '12345678-52d2-44c2-9e16-ba0052d9f6d6', '12345678-52d2-44c2-9e16-ba0052d9f6d6'],
['modified_user_id', 100, 100],
['loss_reason_id', 100, 100],
];
}
}

0 comments on commit 73b3331

Please sign in to comment.