Standardized the grammar and spoken_word modules on a shared editorial_review validator

This commit is contained in:
2026-05-14 09:30:10 -05:00
parent b103bb2e7d
commit 6dae15656d
11 changed files with 9 additions and 65 deletions

View File

@@ -136,7 +136,7 @@ func TestGrammarModuleValidatorChain(t *testing.T) {
"confidence_threshold",
"protected_terms",
"non_empty_corrected_text",
"grammar_review",
"editorial_review",
"meaning_reversal_review",
}
if strings.Join(got, ",") != strings.Join(want, ",") {

View File

@@ -137,7 +137,7 @@ func TestSpokenWordModuleValidatorChain(t *testing.T) {
"confidence_threshold",
"protected_terms",
"non_empty_corrected_text",
"spoken_word_review",
"editorial_review",
"meaning_reversal_review",
}
if strings.Join(got, ",") != strings.Join(want, ",") {