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