Skip to content

Commit

Permalink
replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerraghuram committed Feb 9, 2017
1 parent 464f15c commit 06702f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/verbal_expressions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class VerExTest(unittest.TestCase):
def setUp(self):
self.v = VerEx()
if sys.version_info[0] < 3:
self.assertRegex = self.assertRegexpMatches
self.assertNotRegex = self.assertNotRegexpMatches
self.assertRegex = self.assertRegexpMatches
self.assertNotRegex = self.assertNotRegexpMatches

def tearDown(self):
self.v = None
Expand Down

0 comments on commit 06702f6

Please sign in to comment.