From 35efe2ea85277a3bd265f5d8740177bc63982809 Mon Sep 17 00:00:00 2001 From: pedohorse <13556996+pedohorse@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:31:22 +0200 Subject: [PATCH] rename test class --- tests/nodes/test_rename_attrib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nodes/test_rename_attrib.py b/tests/nodes/test_rename_attrib.py index f01a1ce6..a8519e07 100644 --- a/tests/nodes/test_rename_attrib.py +++ b/tests/nodes/test_rename_attrib.py @@ -8,7 +8,7 @@ from typing import List -class TestWedge(TestCaseBase): +class TestRenameAttrib(TestCaseBase): async def test_noop(self): async def _logic(sched: Scheduler, workers: List[Worker], done_waiter: Event, context: PseudoContext): task = context.create_pseudo_task_with_attrs({'foo': 123, 'bar': 'wow'})