test(demo): the quick demo names the convergence law, not a stop

This commit is contained in:
Bo
2026-09-03 10:54:47 -04:00
parent 9bfc899596
commit 1e8adb72dc
+1 -1
View File
@@ -37,7 +37,7 @@ func TestDemoShowsBoundedRepairBoundary(t *testing.T) {
if err := quickDemo(&out); err != nil {
t.Fatal(err)
}
for _, want := range []string{"AGENTOPS RPI DEMO", "existing intent source", "runtime derives", "subject-manifest.v1", "fresh validation result", "persistence is optional", "stops"} {
for _, want := range []string{"AGENTOPS RPI DEMO", "existing intent source", "runtime derives", "subject-manifest.v1", "fresh validation result", "persistence is optional", "convergence law"} {
if !strings.Contains(out.String(), want) {
t.Fatalf("demo missing %q:\n%s", want, out.String())
}