Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon authored Sep 24, 2023
1 parent 1eb30d8 commit f71609f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mod tests {
fn try_request() {
let mut needs = HashMap::new();
needs.insert("requestPath".to_string(), "lingva.pot-app.com".to_string());
let result = translate("你好 世界!", "auto", "en", needs).unwrap();
let result = translate("你好 世界!", "auto", "en", "zh_cn", needs).unwrap();
println!("{result}");
}
}

0 comments on commit f71609f

Please sign in to comment.