Skip to content

Commit

Permalink
chore: Bump facade/ignition from 2.8.4 to 2.9.0 (#5174)
Browse files Browse the repository at this point in the history
Bumps [facade/ignition](https://github.com/facade/ignition) from 2.8.4 to 2.9.0.
- [Release notes](https://github.com/facade/ignition/releases)
- [Changelog](https://github.com/facade/ignition/blob/master/CHANGELOG.md)
- [Commits](facade/ignition@2.8.4...2.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 14, 2021
1 parent f8442ba commit 4409d85
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/Api/Contact/ApiContactControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ public function it_gets_list_of_contacts_with_parameter_and_limit_and_page()

$initialContact = factory(Contact::class)->create([
'account_id' => $user->account_id,
'first_name' => 'roger',
'first_name' => 'Alfred',
]);

$field = factory(ContactFieldType::class)->create([
Expand All @@ -539,7 +539,7 @@ public function it_gets_list_of_contacts_with_parameter_and_limit_and_page()
while ($counter < 12) {
$contact = factory(Contact::class)->create([
'account_id' => $user->account_id,
'first_name' => 'roger',
'first_name' => 'Roger',
]);

$field = factory(ContactFieldType::class)->create([
Expand Down

0 comments on commit 4409d85

Please sign in to comment.