Skip to content

Commit 43ec6f1

Browse files
committed
fix
1 parent 15c8702 commit 43ec6f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/endtoend/case_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type Exec struct {
2424
Env map[string]string `json:"env"`
2525
}
2626

27-
func parseStderr(t *testing.T, dir, textctx string) []byte {
27+
func parseStderr(t *testing.T, dir, testctx string) []byte {
2828
t.Helper()
2929
paths := []string{
3030
filepath.Join(dir, "stderr", fmt.Sprintf("%s.txt", testctx)),

internal/endtoend/fmt_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
func TestFormat(t *testing.T) {
1818
t.Parallel()
1919
parse := postgresql.NewParser()
20-
for _, tc := range FindTests(t, "testdata") {
20+
for _, tc := range FindTests(t, "testdata", "base") {
2121
tc := tc
2222

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

0 commit comments

Comments
 (0)