Skip to content

Commit af65af5

Browse files
committed
fix failing test by filtering out Welsh
1 parent 09635c0 commit af65af5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/detect.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ mod tests {
140140
Lang::Swe,
141141
Lang::Nob,
142142
Lang::Tgl,
143+
Lang::Cym,
143144
]);
144145
let options = Options::new().set_filter_list(filter_list);
145146
let output = detect_with_options(text, &options);

0 commit comments

Comments
 (0)