Skip to content

Commit

Permalink
tests(integration): don't expect non-required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Nov 15, 2021
1 parent 01871d8 commit cc31a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Integration/Api/Application/Nests/EggControllerTest.php
Expand Up @@ -26,7 +26,7 @@ public function setUp(): void
}

/**
* Test that all of the eggs belonging to a given nest can be returned.
* Test that all the eggs belonging to a given nest can be returned.
*/
public function testListAllEggsInNest()
{
Expand All @@ -47,7 +47,7 @@ public function testListAllEggsInNest()
'files' => [],
'startup' => ['done'],
'stop',
'logs' => ['custom', 'location'],
'logs' => [],
'extends',
],
],
Expand Down

0 comments on commit cc31a0a

Please sign in to comment.