Skip to content

Commit 8c63ef1

Browse files
committed
Code purification
1 parent 52963ac commit 8c63ef1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_adapter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
class ClassTest(unittest.TestCase):
1111

12-
@classmethod
13-
def setUpClass(self):
12+
def setUp(self):
1413
self.dog = Dog()
1514
self.cat = Cat()
1615
self.human = Human()

0 commit comments

Comments
 (0)