File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
src/agent/src/Bridge/OpenMeteo/Tests Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ final class OpenMeteoTest extends TestCase
2020{
2121 public function testCurrent ()
2222 {
23- $ result = JsonMockResponse::fromFile (__DIR__ .'/fixtures/openmeteo- current.json ' );
23+ $ result = JsonMockResponse::fromFile (__DIR__ .'/fixtures/current.json ' );
2424 $ httpClient = new MockHttpClient ($ result );
2525
2626 $ openMeteo = new OpenMeteo ($ httpClient );
@@ -38,7 +38,7 @@ public function testCurrent()
3838
3939 public function testForecast ()
4040 {
41- $ result = JsonMockResponse::fromFile (__DIR__ .'/fixtures/openmeteo- forecast.json ' );
41+ $ result = JsonMockResponse::fromFile (__DIR__ .'/fixtures/forecast.json ' );
4242 $ httpClient = new MockHttpClient ($ result );
4343
4444 $ openMeteo = new OpenMeteo ($ httpClient );
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments