Skip to content

Commit

Permalink
Revert removing newline
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 3801171 commit d05c248
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 @@ -1606,6 +1606,7 @@ public void TestGetResultsOfUnknownQueryIdWithConfiguredRetry()
{
conn.ConnectionString = ConnectionString;
conn.Open();

using (SnowflakeDbCommand cmd = (SnowflakeDbCommand)conn.CreateCommand())
{
// Arrange
Expand Down

0 comments on commit d05c248

Please sign in to comment.