Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
taniabogatsch committed Sep 11, 2024
1 parent 2f231dc commit 86c4e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profiling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ func TestProfiling(t *testing.T) {
require.NoError(t, err)

var info ProfilingInfo
err = con.Raw(func(driverCon any) error {
info, err = GetProfilingInfo(driverCon)
err = con.Raw(func(driverConn any) error {
info, err = GetProfilingInfo(driverConn)
return err
})
require.NoError(t, err)
Expand Down

0 comments on commit 86c4e33

Please sign in to comment.