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 4158cc3 commit 2ecda40Copy full SHA for 2ecda40
dev/tests/integration/testsuite/Magento/Sales/Block/Order/Invoice/TotalsTest.php
@@ -60,7 +60,7 @@ public function testCollectTotals(): void
60
$this->block->toHtml();
61
$totals = $this->block->getTotals();
62
$this->assertArrayHasKey('shipping', $totals);
63
- $this->assertEquals('0.0000', $totals['shipping']['base_value']);
+ $this->assertEquals('0.0000', $totals['shipping']['value']);
64
$this->assertEquals('Shipping & Handling (1234567890)', $totals['shipping']['label']);
65
}
66
/**
0 commit comments