Skip to content

Commit

Permalink
Merge pull request #109 from florianv/analysis-lKrMZr
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
florianv authored Mar 3, 2020
2 parents 749591f + 8f18bed commit eaece7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests/Service/EuropeanCentralBankTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function it_fetches_a_historical_rate_within_90_days_back()

$pair = CurrencyPair::createFromString('EUR/JPY');
$service = new EuropeanCentralBank($this->getHttpAdapterMock($url, $content));
$date = (new \DateTime)->modify('2019-11-29');
$date = (new \DateTime())->modify('2019-11-29');

$rate = $service->getExchangeRate(
new HistoricalExchangeRateQuery($pair, $date)
Expand Down

0 comments on commit eaece7c

Please sign in to comment.