Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 997e601

Browse files
author
Claude
committed
fix: fix lint issues with test package name
1 parent 0be5647 commit 997e601

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

cli/clitest/postgres_test.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package clitest
1+
package clitest_test
22

33
import (
44
"fmt"
@@ -13,14 +13,14 @@ func TestBuildPostgresURLFromComponents(t *testing.T) {
1313
t.Parallel()
1414

1515
testcases := []struct {
16-
name string
17-
host string
18-
port string
19-
username string
20-
password string
21-
database string
22-
options string
23-
expectedURL string
16+
name string
17+
host string
18+
port string
19+
username string
20+
password string
21+
database string
22+
options string
23+
expectedURL string
2424
}{
2525
{
2626
name: "BasicConnectionParams",

0 commit comments

Comments
 (0)