Skip to content

Commit bd7accd

Browse files
author
Dorian Birraux
committed
test suite fix inheritence
1 parent a67a113 commit bd7accd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolframclient/tests/evaluation/test_coroutine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async def _pool_evaluation_check(self, pool):
193193

194194

195195
@skip_for_missing_config
196-
class TestKernelCloudPool(BaseTestCase):
196+
class TestKernelCloudPool(TestKernelPool):
197197

198198
KERNEL_PATH = json_config and json_config.get("kernel", None) or None
199199

0 commit comments

Comments
 (0)