Skip to content

Commit

Permalink
renamed match to include_regex
Browse files Browse the repository at this point in the history
  • Loading branch information
emcf committed Jun 26, 2024
1 parent 1e7c6e8 commit e2ac4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ def test_parse_arguments(self):
args = thepipe.parse_arguments()
self.assertEqual(type(args), argparse.Namespace)
self.assertIn('source', vars(args))
self.assertIn('match', vars(args))
self.assertIn('ignore', vars(args))
self.assertIn('include_regex', vars(args))
self.assertIn('ignore_regex', vars(args))

0 comments on commit e2ac4fd

Please sign in to comment.