Skip to content

Commit c3d2b83

Browse files
committed
fix
1 parent 15bed19 commit c3d2b83

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
@@ -670,7 +670,7 @@ func TestCustomPool(t *testing.T) {
670670
dbosErr, ok := err.(*DBOSError)
671671
require.True(t, ok, "expected DBOSError, got %T", err)
672672
assert.Equal(t, InitializationError, dbosErr.Code)
673-
expectedMsg := "Error initializing DBOS Transact: failed to create system database"
673+
expectedMsg := "Error initializing DBOS Transact: failed to validate custom pool"
674674
assert.Contains(t, dbosErr.Message, expectedMsg)
675675
})
676676

0 commit comments

Comments
 (0)