···3030 "github.com/stretchr/testify/require"
3131 gormlogger "gorm.io/gorm/logger"
3232 "tangled.org/pdewey.com/atp"
3333- "tangled.org/pdewey.com/atp/testpds"
3333+ "tangled.org/pdewey.com/chrysalis/testpds"
3434)
35353636func init() {
3737- // Cocoon constructs its gorm sessions with `&gorm.Config{}` (no Logger),
3737+ // Chrysalis constructs its gorm sessions with `&gorm.Config{}` (no Logger),
3838 // so each session falls back to gormlogger.Default. Replace it with one
3939- // that ignores ErrRecordNotFound — cocoon's preflight existence checks
3939+ // that ignores ErrRecordNotFound — chrysalis's preflight existence checks
4040 // (handle/email/seq lookups on a fresh test DB) otherwise spam yellow
4141 // "record not found" warnings on every test run.
4242 gormlogger.Default = gormlogger.New(
···155155 opts.PrimaryPassword = "hunter2"
156156 }
157157158158- pds := testpds.Start(t, nil)
158158+ pds := testpds.StartT(t, nil)
159159160160 // Build an in-process FeedIndex (SQLite, temp dir) to back the witness
161161 // cache and the suggestion endpoint. This is the same type production