Restructure mock show generation with clearer state model

This commit is contained in:
Ian Gulliver
2026-02-21 22:02:56 -08:00
parent f49f3dff14
commit eaf59641fd
2 changed files with 80 additions and 65 deletions

View File

@@ -28,7 +28,7 @@ func main() {
runAndExit = strings.Fields(*runAndExitStr)
}
show := GenerateMockShow(5, 3, 3, 5)
show := GenerateMockShow(5, 20, 4, 5)
if err := show.Validate(); err != nil {
fmt.Fprintf(os.Stderr, "Error validating show: %v\n", err)
os.Exit(1)