Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandBordage committed Aug 9, 2018
1 parent cd90a97 commit b620e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cachalot/tests/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def test_explain(self):
elif self.is_mysql:
expected = (
r'1 SIMPLE cachalot_test '
r'(?:None)? ALL None None None None 2 100\.0 Using filesort')
r'(?:None )?ALL None None None None 2 100\.0 Using filesort')
else:
explain_kwargs.update(
analyze=True,
Expand Down

0 comments on commit b620e63

Please sign in to comment.