Skip to content

Commit 918bd78

Browse files
updated the comment
1 parent bd6c8a1 commit 918bd78

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_downstream_issue.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,10 +1759,7 @@ def test_remove_diacritics(self):
17591759

17601760
@mock.patch(PATH + "snowflake.connector.connect")
17611761
def test_execute_snowflake_query_real_connection(self, mock_snowflake_connect):
1762-
"""
1763-
Test execute_snowflake_query with real Snowflake connection to cover the 10 lines
1764-
that are currently mocked out in other tests.
1765-
"""
1762+
"""Test execute_snowflake_query function."""
17661763
# Create a mock issue
17671764
mock_issue = MagicMock()
17681765
mock_issue.url = "https://github.com/test/repo/issues/1"

0 commit comments

Comments
 (0)