diff --git a/test/sub_command_differs_from_command_test.py b/test/sub_command_differs_from_command_test.py index 67cfd79..6c358c2 100644 --- a/test/sub_command_differs_from_command_test.py +++ b/test/sub_command_differs_from_command_test.py @@ -167,7 +167,7 @@ def test_subcommand_type_differs_from_command_type(self): NO_FLAGS = ag_subcommand.RandomArbitrator.Option.Flags.NO_FLAGS test_behavior_high_weight = ag_subcommand.testing_types.DummyBehavior( - True, False, "___HighWeight___" + False, False, "___HighWeight___" ) test_behavior_mid_weight = ag_subcommand.testing_types.DummyBehavior( True, False, "__MidWeight__"