Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred82santa committed May 30, 2016
1 parent 448fa0f commit 72db08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dirty_models/tests_utils.py
Expand Up @@ -17,5 +17,5 @@ def test_underscore_multi(self):
def test_underscore_number(self):
self.assertEqual(underscore_to_camel('foo_bar_1'), 'fooBar_1')

def test_underscore_multi(self):
def test_underscore_multi_number(self):
self.assertEqual(underscore_to_camel('foo_bar_tor_pir_1'), 'fooBarTorPir_1')

0 comments on commit 72db08d

Please sign in to comment.