Skip to content

Commit

Permalink
graphQl-912: fixed static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Boyko committed Sep 27, 2019
1 parent 8247d57 commit f9ff771
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ public function testCreateCustomerIfInputDataIsEmpty()

/**
* @expectedException \Exception
* @expectedExceptionMessage GraphQL response contains errors: Field CustomerInput.email of required type String! was not provided
* @expectedExceptionMessage
* GraphQL response contains errors: Field CustomerInput.email of required type String! was not provided
*/
public function testCreateCustomerIfEmailMissed()
{
Expand Down

0 comments on commit f9ff771

Please sign in to comment.