We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ea6d4 commit db55247Copy full SHA for db55247
tests/integration/advanced/test_adv_metadata.py
@@ -46,7 +46,7 @@ def setUpClass(cls):
46
@classmethod
47
def tearDownClass(cls):
48
if DSE_VERSION:
49
- super(FunctionAndAggregateMetadataTests, cls).setUpClass()
+ super(FunctionAndAggregateMetadataTests, cls).tearDownClass()
50
51
def setUp(self):
52
self.func_name = self.function_table_name + '_func'
0 commit comments