Skip to content

Commit 00f2762

Browse files
committed
fix: Linting
1 parent 37c3064 commit 00f2762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/XtreamApiControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public function test_get_live_streams_success()
241241
$channel1Data = collect($jsonResponse)->firstWhere('stream_id', $enabledChannel1->id);
242242
$this->assertNotNull($channel1Data, 'Channel 1 should be in response');
243243
$this->assertStringContainsString('icon1.png', $channel1Data['stream_icon']);
244-
// direct_source field is present in the response structure
244+
// direct_source field is present in the response structure
245245
$this->assertArrayHasKey('direct_source', $channel1Data);
246246
// Note: direct_source is currently not implemented and returns empty string
247247
$this->assertIsString($channel1Data['direct_source']);

0 commit comments

Comments
 (0)