Skip to content

Commit

Permalink
Update que_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hidetatz Yaginuma <[email protected]>
  • Loading branch information
michiomochi and hidetatz authored Jul 16, 2024
1 parent aa82db9 commit be984dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion que_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func openTestClientMaxConns(ctx context.Context, t testing.TB, maxConnections in

pool, err := pgxpool.ConnectConfig(ctx, config)
if err != nil {
t.Fatal(err)
t.Fatal(err)
}

c, err := NewClient(pool)
Expand Down

0 comments on commit be984dc

Please sign in to comment.