We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684aca4 commit b8bc08cCopy full SHA for b8bc08c
src/build_queue.rs
@@ -1062,9 +1062,9 @@ mod tests {
1062
assert_eq!(queue[1].name, "foo1");
1063
assert_eq!(queue[1].version, V2);
1064
assert_eq!(queue[1].priority, PRIORITY_BROKEN_RUSTDOC);
1065
- assert_eq!(queue[1].name, "foo2");
1066
- assert_eq!(queue[1].version, V1);
1067
- assert_eq!(queue[1].priority, PRIORITY_BROKEN_RUSTDOC);
+ assert_eq!(queue[2].name, "foo2");
+ assert_eq!(queue[2].version, V1);
+ assert_eq!(queue[2].priority, PRIORITY_BROKEN_RUSTDOC);
1068
1069
Ok(())
1070
}
0 commit comments