Skip to content

Commit

Permalink
chore: make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
atzoum committed Jan 15, 2025
1 parent 1ceb550 commit 9f90552
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlconnect/internal/snowflake/authentication_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,5 @@ func TestSnowflakeAuthentication(t *testing.T) {
defer func() { _ = db.Close() }()
require.NoError(t, db.Ping(), "it should be able to ping the database")
require.NoError(t, db.QueryRow("SELECT 1").Err())

})
}

0 comments on commit 9f90552

Please sign in to comment.