Skip to content

Commit 1835883

Browse files
authored
ruff
1 parent 768716c commit 1835883

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/core/engine_adapter/test_fabric.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def test_replace_query(adapter: FabricEngineAdapter, mocker: MockerFixture):
8989
"INSERT INTO [test_table] ([a]) SELECT [a] FROM [tbl];",
9090
]
9191

92+
9293
def test_alter_table_column_type_workaround(adapter: FabricEngineAdapter, mocker: MockerFixture):
9394
"""
9495
Tests the alter_table method's workaround for changing a column's data type.

0 commit comments

Comments
 (0)