Skip to content

Commit 22e9d85

Browse files
style: apply ruff formatting to test file
Co-Authored-By: unknown <>
1 parent d99a964 commit 22e9d85

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

unit_tests/sources/declarative/resolvers/test_config_components_resolver.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,13 @@ def to_configured_catalog(
189189
(_MANIFEST_WITH_SCANNER_ERROR, _CONFIG, None, ["item_1", "item_2", "default_item"]),
190190
(_MANIFEST_WITH_TAB_SCANNER_ERROR, _CONFIG, None, ["item_1", "item_2", "default_item"]),
191191
],
192-
ids=["no_duplicates", "duplicates", "stream_configs_list", "scanner_error", "tab_scanner_error"],
192+
ids=[
193+
"no_duplicates",
194+
"duplicates",
195+
"stream_configs_list",
196+
"scanner_error",
197+
"tab_scanner_error",
198+
],
193199
)
194200
def test_dynamic_streams_read_with_config_components_resolver(
195201
manifest, config, expected_exception, expected_stream_names

0 commit comments

Comments
 (0)