We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6c8dc commit 93e3ce7Copy full SHA for 93e3ce7
dbos/dbos_test.go
@@ -506,7 +506,7 @@ func TestCustomPool(t *testing.T) {
506
return receivedMsg, nil
507
}
508
509
- t.Run("NewSystemDatabaseWithCustomPool", func(t *testing.T) {
+ t.Run("CustomPool", func(t *testing.T) {
510
// Custom Pool
511
databaseURL := getDatabaseURL()
512
poolConfig, err := pgxpool.ParseConfig(databaseURL)
0 commit comments