Skip to content

Commit

Permalink
fix: add dry to test
Browse files Browse the repository at this point in the history
  • Loading branch information
salimnassim committed Aug 2, 2024
1 parent 38ce367 commit c2fb780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/updateheader/test_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ def test_main_never_happen(self, argparser_mock, mock_stdout):
self.args.log_file = None
self.args.quiet = False
self.args.cleanup = False
self.args.dry = False

argparser_mock.return_value = self.args

Expand Down

0 comments on commit c2fb780

Please sign in to comment.