Skip to content

Commit

Permalink
correct types on HeaderTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Oct 13, 2016
1 parent c72cea2 commit 2915dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redbot/message/headers/__init__.py
Expand Up @@ -278,9 +278,9 @@ class HeaderTest(unittest.TestCase):
Testing machinery for headers.
"""
name = None
inputs = None
inputs = []
expected_out = None
expected_err = None
expected_err = []

def setUp(self):
"Test setup."
Expand Down

0 comments on commit 2915dfa

Please sign in to comment.