Skip to content

Commit aea3de9

Browse files
author
Rikkert
committed
Fix typo.
1 parent e55c444 commit aea3de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function provideValidProvidersConfigs(): array
135135
[['xchangeapi' => ['api-key' => 'any']]],
136136
[[
137137
'array' => [
138-
'latestRateslatestRates' => [
138+
'latestRates' => [
139139
'EUR/USD' => 1.1,
140140
'EUR/GBP' => 1.5,
141141
],

0 commit comments

Comments
 (0)