Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 4, 2023
1 parent 57164f6 commit dc2fe3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def test_tasks_channels_renew(self, mocked_channel, mocked_channels_refresh):

@mock.patch("tubee.tasks.Channel")
def test_channels_refresh(self, mocked_channel):

mocked_channel.query.get.return_value = False
channels_refresh(self.test_channel_ids)

Expand Down

0 comments on commit dc2fe3f

Please sign in to comment.