Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
#878 - fixed api - functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
strell committed Sep 21, 2019
1 parent 746038e commit 225c9f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ public function testOrdersQuery()
$this->assertEquals(
$data['grand_total'],
$actualData[$key]['grand_total'],
"grand_total is different than the expected for order - " . $data['increment_id']
"grand_total is different than the expected for order - " . $data['order_number']
);
$this->assertEquals(
$data['status'],
$actualData[$key]['status'],
"status is different than the expected for order - " . $data['increment_id']
"status is different than the expected for order - " . $data['order_number']
);
}
}
Expand Down

0 comments on commit 225c9f7

Please sign in to comment.