diff --git a/bindings/pydrake/systems/test/custom_test.py b/bindings/pydrake/systems/test/custom_test.py index 5e9f28796aac..ffcb3580ec66 100644 --- a/bindings/pydrake/systems/test/custom_test.py +++ b/bindings/pydrake/systems/test/custom_test.py @@ -227,7 +227,7 @@ def test_leaf_system_per_item_tickets(self): ]: self.assertIsInstance(func(arg), DependencyTicket, func) - def test_leaf_system_overrides(self): + def test_all_leaf_system_overrides(self): test = self class TrivialSystem(LeafSystem):