Skip to content

Commit

Permalink
renamed RtfTestCase class
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Malmgren committed Jun 15, 2015
1 parent a7d9683 commit aead5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import base


class DocTestCase(base.ShellParserTestCase, unittest.TestCase):
class RtfTestCase(base.ShellParserTestCase, unittest.TestCase):
extension = 'rtf'

0 comments on commit aead5ba

Please sign in to comment.