Updated a test example to use snake case.

This commit is contained in:
Adam Johnson 2018-06-21 22:36:48 +01:00 committed by Tim Graham
parent fa679db1ff
commit ae38777698
1 changed files with 1 additions and 1 deletions

View File

@ -1073,7 +1073,7 @@ subclass::
# Test definitions as before.
call_setup_methods()
def testFluffyAnimals(self):
def test_fluffy_animals(self):
# A test that uses the fixtures.
call_some_test_code()