Refactor validators into built-in registry chains
This commit is contained in:
@@ -132,9 +132,9 @@ func TestGlossaryModuleValidatorChain(t *testing.T) {
|
||||
"no_effect",
|
||||
"original_text_presence",
|
||||
"confidence_threshold",
|
||||
"glossary_stage_protected_glossary_terms",
|
||||
"non_empty_correction",
|
||||
"spoken_form_plausibility_review",
|
||||
"protected_terms",
|
||||
"non_empty_corrected_text",
|
||||
"spoken_form_plausibility",
|
||||
"meaning_reversal_review",
|
||||
}
|
||||
if strings.Join(got, ",") != strings.Join(want, ",") {
|
||||
|
||||
Reference in New Issue
Block a user