fix(fmt): align providers test formatting with rustfmt
This commit is contained in:
parent
d00c1140d9
commit
f9d681063d
1 changed files with 1 additions and 2 deletions
|
|
@ -788,8 +788,7 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn ollama_with_custom_url() {
|
fn ollama_with_custom_url() {
|
||||||
let provider =
|
let provider = create_provider_with_url("ollama", None, Some("http://10.100.2.32:11434"));
|
||||||
create_provider_with_url("ollama", None, Some("http://10.100.2.32:11434"));
|
|
||||||
assert!(provider.is_ok());
|
assert!(provider.is_ok());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue