Skip to content

Commit

Permalink
Update emission/tests/funcTests/TestFunctionTiming.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Greenlee <[email protected]>
  • Loading branch information
TeachMeTW and JGreenlee authored Oct 15, 2024
1 parent 5066c85 commit 9996707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emission/tests/funcTests/TestFunctionTiming.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

class TestFunctionTiming(unittest.TestCase):
@classmethod
def setUpClass(cls):
def setUpClass(self):
"""
Set up resources before any tests are run.
"""
logging.basicConfig(level=logging.INFO)
cls.timeseries_db = esta.TimeSeries.get_time_series(None)
self.timeseries_db = esta.TimeSeries.get_time_series(None)

def tearDown(self):
"""
Expand Down

0 comments on commit 9996707

Please sign in to comment.