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 a1bca10 commit 7881c83Copy full SHA for 7881c83
Tests/PairHistory/PairHistoryManagerTest.php
@@ -135,7 +135,7 @@ public function testGetRatioException(): void
135
$this->assertSame(1.25, $ratio);
136
try {
137
$ratio = $this->pairHistoryManager->getRatioAtDate('USD', new \DateTime('2012-07-08 13:30:00'));
138
- $this->fail('should throw an exception du to reference currency code');
+ $this->fail('should throw an exception due to reference currency code');
139
} catch (MoneyException) {
140
$this->assertTrue(true);
141
}
0 commit comments