Skip to content

Commit 93e3ce7

Browse files
committed
nit
1 parent ec6c8dc commit 93e3ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbos/dbos_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ func TestCustomPool(t *testing.T) {
506506
return receivedMsg, nil
507507
}
508508

509-
t.Run("NewSystemDatabaseWithCustomPool", func(t *testing.T) {
509+
t.Run("CustomPool", func(t *testing.T) {
510510
// Custom Pool
511511
databaseURL := getDatabaseURL()
512512
poolConfig, err := pgxpool.ParseConfig(databaseURL)

0 commit comments

Comments
 (0)