diff --git a/test/unit/test_graph_selector_methods.py b/test/unit/test_graph_selector_methods.py index 150a453c577..0da97e011f9 100644 --- a/test/unit/test_graph_selector_methods.py +++ b/test/unit/test_graph_selector_methods.py @@ -474,7 +474,7 @@ def table_model(ephemeral_model): config_kwargs={ 'materialized': 'table', 'meta': { - # Other properties to test in test_select_config_variations + # Other properties to test in test_select_config_meta 'string_property': 'some_string', 'truthy_bool_property': True, 'falsy_bool_property': False,