Skip to content

Commit

Permalink
rename test class
Browse files Browse the repository at this point in the history
  • Loading branch information
pedohorse committed Sep 1, 2024
1 parent 9669c60 commit 35efe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nodes/test_rename_attrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'})
Expand Down

0 comments on commit 35efe2e

Please sign in to comment.