Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yorinasub17 committed Feb 3, 2017
1 parent 29bb765 commit 63ce4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/fakeredis_ext.py
Expand Up @@ -22,7 +22,7 @@ def parse_response(self, connection, type, **options):
if type == '_':
return self._parse_pipeline_response_from_connection(connection)
else:
return self._parse_command_response_from_connection(connection, tyupe)
return self._parse_command_response_from_connection(connection, type)

def _parse_pipeline_response_from_connection(self, connection):
"""
Expand Down

0 comments on commit 63ce4ff

Please sign in to comment.