GenerateMockShow takes scenes/avgCuesPerScene/avgBlocksPerCue instead of fixed cue/block counts

This commit is contained in:
Ian Gulliver
2026-02-20 22:39:29 -07:00
parent 7d3a23dfc1
commit b527b94b16
3 changed files with 7 additions and 32 deletions

View File

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