We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91ec40 commit 79ecd1dCopy full SHA for 79ecd1d
1 file changed
src/ado/mod.rs
@@ -1466,7 +1466,7 @@ mod tests {
1466
1467
#[test]
1468
fn test_yaml_path_match_finds_definition_by_yaml_filename() {
1469
- let defs = vec![
+ let defs = [
1470
make_def(1, "Unrelated Pipeline"),
1471
make_def_with_yaml(2, "My Agent", "/.azdo/pipelines/agent.yml"),
1472
make_def(3, "Another Pipeline"),
@@ -1484,7 +1484,7 @@ mod tests {
1484
1485
1486
fn test_yaml_path_match_no_match_when_process_is_none() {
1487
1488
make_def(1, "Classic Pipeline"),
1489
make_def(2, "Another Classic"),
1490
];
0 commit comments