Skip to content

Commit

Permalink
add '' to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Nov 8, 2023
1 parent 3bc0273 commit 53ad184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdrs-backend/tdpservice/parsers/test/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ class TestModel:


@pytest.mark.parametrize('first,second', [
('', ''),
(' ', ' '),
('#', '##'),
(None, None),
Expand Down

0 comments on commit 53ad184

Please sign in to comment.