Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Oct 12, 2023
1 parent 15c8702 commit 43ec6f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/endtoend/case_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Exec struct {
Env map[string]string `json:"env"`
}

func parseStderr(t *testing.T, dir, textctx string) []byte {
func parseStderr(t *testing.T, dir, testctx string) []byte {
t.Helper()
paths := []string{
filepath.Join(dir, "stderr", fmt.Sprintf("%s.txt", testctx)),
Expand Down
2 changes: 1 addition & 1 deletion internal/endtoend/fmt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
func TestFormat(t *testing.T) {
t.Parallel()
parse := postgresql.NewParser()
for _, tc := range FindTests(t, "testdata") {
for _, tc := range FindTests(t, "testdata", "base") {
tc := tc

if !strings.Contains(tc.Path, filepath.Join("pgx/v5")) {
Expand Down

0 comments on commit 43ec6f1

Please sign in to comment.