summaryrefslogtreecommitdiff
path: root/testing/freeze
diff options
context:
space:
mode:
authorAndras Tim <andras.tim@gmail.com>2017-07-17 01:25:09 +0200
committerAndras Tim <andras.tim@gmail.com>2017-07-17 01:44:23 +0200
commitb840622819ee9867e92b094a07b371be68a1a43b (patch)
tree3d94226e509c2b642e610800b8dbd287a2c9315d /testing/freeze
parent17a21d540bb7d5e8fc2da115b29e6f5c0c966b43 (diff)
downloadpytest-b840622819ee9867e92b094a07b371be68a1a43b.tar.gz
Fixed E302 flake8 errors
expected 2 blank lines, found 0
Diffstat (limited to 'testing/freeze')
-rw-r--r--testing/freeze/tests/test_trivial.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/freeze/tests/test_trivial.py b/testing/freeze/tests/test_trivial.py
index f0f29ee60..45622b850 100644
--- a/testing/freeze/tests/test_trivial.py
+++ b/testing/freeze/tests/test_trivial.py
@@ -2,5 +2,6 @@
def test_upper():
assert 'foo'.upper() == 'FOO'
+
def test_lower():
assert 'FOO'.lower() == 'foo'