Skip to content

Commit

Permalink
Missed one line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
Callek committed Sep 15, 2015
1 parent c3b8d03 commit 49a26a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def test_tolerates_name_explicitly_None_oneframe(self, monkeypatch):

def test_tolerates_name_explicitly_None_manyframe(self, monkeypatch):
"""
Use ``?`` if `f_globals` has a `None` valued `__name__` key, multiple frames up.
Use ``?`` if `f_globals` has a `None` valued `__name__` key,
multiple frames up.
"""
f1 = stub(f_globals={'__name__': None}, f_back=None)
f2 = stub(f_globals={'__name__': 'structlog.blubb'}, f_back=f1)
Expand Down

0 comments on commit 49a26a2

Please sign in to comment.