mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-07-24 07:31:01 +02:00
Apply rustfmt to Atlas Cloud provider
This commit is contained in:
parent
a7e77532db
commit
a76d931cd9
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn explicit_key_constructs_with_atlas_defaults() {
|
fn explicit_key_constructs_with_atlas_defaults() {
|
||||||
let provider = AtlasCloudProvider::new(Some("test-key".into()), None, None)
|
let provider =
|
||||||
.expect("should construct");
|
AtlasCloudProvider::new(Some("test-key".into()), None, None).expect("should construct");
|
||||||
assert_eq!(provider.name(), "atlascloud");
|
assert_eq!(provider.name(), "atlascloud");
|
||||||
assert_eq!(provider.default_model(), "qwen/qwen3.5-flash");
|
assert_eq!(provider.default_model(), "qwen/qwen3.5-flash");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue