diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-07-21 07:44:38 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-07-22 08:51:01 +0200 |
| commit | b06cf62c88218292209427f67dc679761d7d24fc (patch) | |
| tree | a7238b63bb4c1565719d7de726b55a0292ab8112 /tests/forms_tests | |
| parent | 2ff917fd06e5155920e085837a2cfab73604e3e4 (diff) | |
Cleaned up temporary test directories in tests.
Diffstat (limited to 'tests/forms_tests')
| -rw-r--r-- | tests/forms_tests/tests/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/forms_tests/tests/tests.py b/tests/forms_tests/tests/tests.py index 196085ceb2..38735bfb78 100644 --- a/tests/forms_tests/tests/tests.py +++ b/tests/forms_tests/tests/tests.py @@ -259,6 +259,7 @@ class FormsModelTestCase(TestCase): m.file.name, "tests/\u6211\u96bb\u6c23\u588a\u8239\u88dd\u6eff\u6652\u9c54.txt", ) + m.file.delete() m.delete() def test_boundary_conditions(self): |
