diff --git a/classify/classifier_test.go b/classify/classifier_test.go index 30e0844..2cb8f49 100644 --- a/classify/classifier_test.go +++ b/classify/classifier_test.go @@ -457,8 +457,8 @@ func TestClassify(t *testing.T) { func TestAllClassesCount(t *testing.T) { classes := classify.AllClasses() - if len(classes) != 14 { - t.Errorf("AllClasses() returned %d classes, want 14", len(classes)) + if len(classes) != 32 { + t.Errorf("AllClasses() returned %d classes, want 32", len(classes)) } // No plain "unknown" should exist for _, c := range classes {