summaryrefslogtreecommitdiff
path: root/tests/files/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/tests.py')
-rw-r--r--tests/files/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/files/tests.py b/tests/files/tests.py
index 7d34fdbb16..105d8c3ff9 100644
--- a/tests/files/tests.py
+++ b/tests/files/tests.py
@@ -128,7 +128,6 @@ class FileStorageTests(TestCase):
with temp_storage.open('tests/file_obj') as f:
self.assertEqual(f.read(), b'some content')
-
def test_stringio(self):
# Test passing StringIO instance as content argument to save
output = StringIO()