Skip to content
This repository was archived by the owner on Nov 20, 2022. It is now read-only.

Commit 0148992

Browse files
Remove tearDown
1 parent cb8b801 commit 0148992

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/test_api_unittest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ class TestAPI(unittest.TestCase):
66
def setUp(self):
77
self.ps = PancakeSwapAPI()
88

9-
def tearDown(self):
10-
self.ps.__exit__()
11-
129
def test_summary(self):
1310
"""Verify that valid data is returned from the summary() request"""
1411
response = self.ps.summary()

0 commit comments

Comments
 (0)