We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746038e commit 225c9f7Copy full SHA for 225c9f7
dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/OrdersTest.php
@@ -89,12 +89,12 @@ public function testOrdersQuery()
89
$this->assertEquals(
90
$data['grand_total'],
91
$actualData[$key]['grand_total'],
92
- "grand_total is different than the expected for order - " . $data['increment_id']
+ "grand_total is different than the expected for order - " . $data['order_number']
93
);
94
95
$data['status'],
96
$actualData[$key]['status'],
97
- "status is different than the expected for order - " . $data['increment_id']
+ "status is different than the expected for order - " . $data['order_number']
98
99
}
100
0 commit comments