Skip to content

Commit

Permalink
FilenameBearTest.py: Change classname
Browse files Browse the repository at this point in the history
Change classname from SpaceConsistencyBearTest to FilenameBearTest.
  • Loading branch information
yash-nisar committed Mar 31, 2017
1 parent 1b1bdea commit 3c9c352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/general/FilenameBearTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from coalib.settings.Section import Section


class SpaceConsistencyBearTest(LocalBearTestHelper):
class FilenameBearTest(LocalBearTestHelper):

def setUp(self):
self.section = Section('test section')
Expand Down

0 comments on commit 3c9c352

Please sign in to comment.