Skip to content

Commit

Permalink
fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrique Perez committed Nov 16, 2018
1 parent 82c6dcf commit 30ba781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Providers/PostProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function testProvidersCanGetAllPostsWithFieldsParameter()
'fields' => ['id', 'html'],
'limit' => 15,
'formats' => ['html', 'plaintext'],
'include' => ['tags']
'include' => ['tags', 'authors']
]
]
)
Expand Down

0 comments on commit 30ba781

Please sign in to comment.