Skip to content

Commit a1bca10

Browse files
johanwilferCopilot
andauthored
Update Tests/PairHistory/DocumentPairHistoryManagerTest.php
Co-authored-by: Copilot <[email protected]>
1 parent 23b08c2 commit a1bca10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/PairHistory/DocumentPairHistoryManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function testGetRatioException(): void
135135
$this->assertSame(1.25, $ratio);
136136
try {
137137
$ratio = $this->documentPairHistoryManager->getRatioAtDate('USD', new \DateTime('2012-07-08 13:30:00'));
138-
$this->fail('should throw an exception du to reference currency code');
138+
$this->fail('should throw an exception due to reference currency code');
139139
} catch (MoneyException) {
140140
$this->assertTrue(true);
141141
}

0 commit comments

Comments
 (0)