Skip to content

Commit 8a10410

Browse files
committed
Remove openmeteo- prefix from fixture files
1 parent f25f792 commit 8a10410

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/agent/src/Bridge/OpenMeteo/Tests/OpenMeteoTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)