Skip to content

Commit

Permalink
test: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Dec 29, 2024
1 parent 9e1c969 commit b0731b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/maa-cli/src/run/preset/copilot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -726,14 +726,14 @@ mod tests {

assert!(parse(["maa", "ssscopilot", "maa://40051"]).is_err());
assert_params!(
retry(3, || parse(["maa", "ssscopilot", "maa://40051"])),
retry(3, || parse(["maa", "ssscopilot", "maa://40451"])),
object!("filename" => "40451.json", "loop_times" => 1)
);
assert_params!(
retry(3, || parse([
"maa",
"ssscopilot",
"maa://40051",
"maa://40451",
"--loop-times",
"2"
])),
Expand Down

0 comments on commit b0731b1

Please sign in to comment.