Skip to content

Commit 24065e2

Browse files
committed
nit
1 parent cfa189d commit 24065e2

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
@@ -62,7 +62,7 @@ func TestConfig(t *testing.T) {
6262
assert.Equal(t, expectedMsg, dbosErr.Message)
6363
})
6464

65-
t.Run("FailsWithoutDatabaseURL", func(t *testing.T) {
65+
t.Run("FailsWithoutDatabaseURLOrSystemDBPool", func(t *testing.T) {
6666
config := Config{
6767
AppName: "test-app",
6868
}

0 commit comments

Comments
 (0)