Skip to content

Commit

Permalink
Add missing test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Mar 25, 2024
1 parent d05c248 commit 1877755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Snowflake.Data.Tests/IntegrationTests/SFDbCommandIT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ public async Task TestGetResultsOfUnknownQueryIdAsyncWithConfiguredRetry()

using (SnowflakeDbCommand cmd = (SnowflakeDbCommand)conn.CreateCommand())
{
// Arrange
QueryResultsAwaiter queryResultsAwaiter = new QueryResultsAwaiter(new QueryResultsRetryConfig(queryResultsRetryCount, queryResultsRetryPattern));

// Act
Expand Down

0 comments on commit 1877755

Please sign in to comment.