Skip to content

Commit

Permalink
Rename TestPythonSetup to TestSetupPy.
Browse files Browse the repository at this point in the history
Forgot to do this in the previous change.

Reviewed at https://rbcommons.com/s/twitter/r/1950/
  • Loading branch information
benjyw authored and Benjy committed Mar 19, 2015
1 parent e3b6b98 commit c01a7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/pants_test/python/test_setup_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from pants_test.task_test_base import TaskTestBase


class TestPythonSetup(TaskTestBase):
class TestSetupPy(TaskTestBase):
@classmethod
def task_type(cls):
return SetupPy
Expand Down

0 comments on commit c01a7e4

Please sign in to comment.