mirror of
https://github.com/boshu2/agentops.git
synced 2026-09-14 15:08:13 +08:00
test(demo): the quick demo names the convergence law, not a stop
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user