Fixup some syntax errors in the Test suite.

This commit is contained in:
Michael DeHaan
2013-06-28 12:12:22 -04:00
parent 79c86880c2
commit 5e058b33d0

View File

@@ -13,10 +13,10 @@ from awx.main.models import *
from awx.main.tests.base import BaseTest from awx.main.tests.base import BaseTest
from awx.main.licenses import * from awx.main.licenses import *
class LicenseTest(BaseTest): class LicenseTests(BaseTest):
def setUp(self): def setUp(self):
super(LicensesTest, self).setUp() super(LicenseTests, self).setUp()
def test_license_writer(self): def test_license_writer(self):
assert 2 == 4 assert 2 == 4