Skip to content

Commit 08a3962

Browse files
committed
Remove unused test function
1 parent 84a37ec commit 08a3962

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main/tests/test_donor_import.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
command = Command()
1919

2020

21-
def gen_parse_subject(data):
22-
return command.parse_subject(valid.format(data))
23-
24-
2521
def test_parse_subject():
2622
assert command.parse_subject('garbage') is None
2723

0 commit comments

Comments
 (0)