We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a37ec commit 08a3962Copy full SHA for 08a3962
1 file changed
main/tests/test_donor_import.py
@@ -18,10 +18,6 @@
18
command = Command()
19
20
21
-def gen_parse_subject(data):
22
- return command.parse_subject(valid.format(data))
23
-
24
25
def test_parse_subject():
26
assert command.parse_subject('garbage') is None
27
0 commit comments