Skip to content

Commit 774337d

Browse files
committed
add log
1 parent 1c84433 commit 774337d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/database/dbgen/dbgen.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ func WorkspaceAgent(t testing.TB, db database.Store, orig database.WorkspaceAgen
255255
err = db.DeleteWorkspaceSubAgentByID(genCtx, subAgt.ID)
256256
require.NoError(t, err, "delete workspace agent subagent antagonist")
257257

258+
t.Logf("inserted workspace agent %s (%v) with deleted subagent antagonist %s (%v)", agt.Name, agt.ID, subAgt.Name, subAgt.ID)
259+
258260
return agt
259261
}
260262

0 commit comments

Comments
 (0)