Commit f9e67f7d authored by Denis Bilenko's avatar Denis Bilenko

remove unused attr from a test case

parent a7a4dc33
...@@ -313,7 +313,6 @@ class TestReturn_link(LinksTestCase): ...@@ -313,7 +313,6 @@ class TestReturn_link(LinksTestCase):
class TestReturn_link_value(TestReturn_link): class TestReturn_link_value(TestReturn_link):
sync = False
link_method = 'link_value' link_method = 'link_value'
...@@ -352,8 +351,8 @@ class TestRaise_link(LinksTestCase): ...@@ -352,8 +351,8 @@ class TestRaise_link(LinksTestCase):
class TestRaise_link_exception(TestRaise_link): class TestRaise_link_exception(TestRaise_link):
link_method = 'link_exception' link_method = 'link_exception'
#
#
class TestStuff(greentest.TestCase): class TestStuff(greentest.TestCase):
def test_wait_noerrors(self): def test_wait_noerrors(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment