Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix test case
Browse files Browse the repository at this point in the history
Casxt committed Dec 25, 2023
1 parent 60a0ebc commit d4286db
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions builder_test.go
Original file line number Diff line number Diff line change
@@ -137,6 +137,7 @@ func TestLanguageDetectorBuilder_FromAllLanguagesWithout(t *testing.T) {
Xhosa,
Yoruba,
Zulu,
Malayalam,
},
builder.getLanguages(),
)
2 changes: 2 additions & 0 deletions language_test.go
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@ func TestAllLanguages(t *testing.T) {
Xhosa,
Yoruba,
Zulu,
Malayalam,
},
AllLanguages())
}
@@ -182,6 +183,7 @@ func TestAllSpokenLanguages(t *testing.T) {
Xhosa,
Yoruba,
Zulu,
Malayalam,
},
AllSpokenLanguages())
}

0 comments on commit d4286db

Please sign in to comment.