Skip to content

Commit 291f693

Browse files
committed
Update test expectations
1 parent b045fb2 commit 291f693

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/cli-v2.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ fn update_unavailable_std() {
10711071
config,
10721072
&["rustup", "update", "nightly", "--no-self-update"],
10731073
for_host!(
1074-
"component 'rust-std' for target '{0}' is unavailable for download for channel nightly"
1074+
"component 'rust-std' for target '{0}' is unavailable for download for channel 'nightly'"
10751075
),
10761076
);
10771077
});
@@ -1098,7 +1098,7 @@ fn update_unavailable_force() {
10981098
config,
10991099
&["rustup", "update", "nightly", "--no-self-update"],
11001100
for_host!(
1101-
"component 'rls' for target '{0}' is unavailable for download for channel nightly"
1101+
"component 'rls' for target '{0}' is unavailable for download for channel 'nightly'"
11021102
),
11031103
);
11041104
expect_ok(
@@ -1359,7 +1359,7 @@ fn test_complete_profile_skips_missing_when_forced() {
13591359
"nightly",
13601360
"--no-self-update",
13611361
],
1362-
for_host!("error: component 'rls' for target '{}' is unavailable for download for channel nightly")
1362+
for_host!("error: component 'rls' for target '{}' is unavailable for download for channel 'nightly'")
13631363
);
13641364
// Now try and force
13651365
expect_stderr_ok(
@@ -1493,7 +1493,7 @@ fn install_allow_downgrade() {
14931493
"rls",
14941494
],
14951495
&format!(
1496-
"component 'rls' for target '{}' is unavailable for download for channel nightly",
1496+
"component 'rls' for target '{}' is unavailable for download for channel 'nightly'",
14971497
trip,
14981498
),
14991499
);

0 commit comments

Comments
 (0)