We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baaeb60 commit 1cc0a4bCopy full SHA for 1cc0a4b
tests/lib.rs
@@ -319,7 +319,7 @@ fn lock_and_source_github_tag() -> io::Result<()> {
319
fn lock_and_source_github_bad_url() -> io::Result<()> {
320
let case = TestCase::load("github_bad_url")?;
321
case.write_config_file("plugins.toml")?;
322
- case.command("lock").expect_exit_code(2).run()?;
+ case.command("lock").expect_exit_code(12).run()?;
323
assert!(!case.dirs.data.join("plugins.lock").exists());
324
case.command("source").run()?;
325
0 commit comments