Skip to content

Commit

Permalink
MAGETWO-50026: [Github] SalesInvoiceRepository attributes not correct…
Browse files Browse the repository at this point in the history
…ly type cast magento#3605
  • Loading branch information
magento-services-vantiv-deploy committed Jul 20, 2016
1 parent e8e38e1 commit 9875588
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public function testOrderGet()
}

//check that nullable fields were marked as optional and were not sent
foreach ($result as $value) {
$this->assertNotNull($value);
foreach ($result as $key => $value) {
$this->assertNotNull($value, 'Failed asserting that "' . $key . '" field is not null.');
}
}
}

0 comments on commit 9875588

Please sign in to comment.