Update document generation script

This commit is contained in:
Mike Farah
2021-11-03 22:37:07 +11:00
parent de90b3e85e
commit 0557439765
101 changed files with 4387 additions and 180 deletions
+1 -1
View File
@@ -54,5 +54,5 @@ func TestDocumentIndexScenarios(t *testing.T) {
for _, tt := range documentIndexScenarios {
testScenario(t, &tt)
}
documentScenarios(t, "Document Index", documentIndexScenarios)
documentScenarios(t, "document-index", documentIndexScenarios)
}