Skip to content

Commit

Permalink
Ahhh
Browse files Browse the repository at this point in the history
Python dev on Mac is weird so here we are, pushing one-liners
  • Loading branch information
christopher-dG committed Aug 1, 2021
1 parent 216027d commit 81e26f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/action/test_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def test_collect_data():
c._previous_release = Mock(
side_effect=[Mock(tag_name="v1.2.2", created_at=datetime.now()), None]
)
c._is_backport = Mock(return_value=False)
c._repo._git.time_of_commit = Mock(return_value=datetime.now())
# TODO: Put stuff here.
c._issues = Mock(return_value=[])
Expand Down

0 comments on commit 81e26f8

Please sign in to comment.