Skip to content

Commit 0552a62

Browse files
committed
add updates channel_info test
1 parent 00a3097 commit 0552a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/commands/test_channel_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_filter_fields():
3131
assert filtered_info == expected_result, f"Expected {expected_result}, but got {filtered_info}"
3232

3333

34-
def test_channel_ids_from_urls_and_usernames(mocker):
34+
def test_channel_ids_from_urls_and_usernames(mocker, channels_urls):
3535
"""Test to verify fetching channel IDs from both URLs and usernames.
3636
3737
This test checks if the `execute` method of the `ChannelInfo` class correctly fetches channel IDs

0 commit comments

Comments
 (0)