Skip to content

Commit

Permalink
PMM-13154 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Aug 29, 2024
1 parent 24b220b commit e1e9eec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestPGStatStatementsQAN(t *testing.T) {

structs, err := db.SelectAllFrom(view, "")
require.NoError(t, err)
rows, err := rowsByVersion(db.Querier, "")
rows, err := db.SelectRows(view, "")
require.NoError(t, err)

defer func() {
Expand Down

0 comments on commit e1e9eec

Please sign in to comment.