Skip to content

Commit 92c760a

Browse files
committed
code quality fix
1 parent 9862385 commit 92c760a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

soda-fabric/tests/data_sources/test_fabric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@
142142

143143

144144
@pytest.mark.parametrize("test_connection", test_connections, ids=[tc.test_name for tc in test_connections])
145-
def test_FABRIC_connections(test_connection: TestConnection):
145+
def test_fabric_connections(test_connection: TestConnection):
146146
test_connection.test()

0 commit comments

Comments
 (0)