Skip to content

Commit ebe2cd7

Browse files
committed
add updates channel_info test
1 parent 0986b75 commit ebe2cd7

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
@@ -29,7 +29,7 @@ def test_filter_fields():
2929
assert filtered_info == expected_result, f"Expected {expected_result}, but got {filtered_info}"
3030

3131

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

0 commit comments

Comments
 (0)