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 708288f commit 4b7fc6eCopy full SHA for 4b7fc6e
tests/index/changes_between_commits.rs
@@ -21,7 +21,7 @@ fn addition() -> crate::Result {
21
22
#[test]
23
fn deletion() -> crate::Result {
24
- let changes = changes(index_ro()?, "@~327")?;
+ let changes = changes(index_ro()?, "@~^{/Updating crate `git-shell#0.3.0`}~1")?;
25
assert_eq!(changes.len(), 1);
26
assert_eq!(changes.first().and_then(|c| c.deleted()), Some("girl"));
27
Ok(())
0 commit comments