Skip to content

Commit 4b7fc6e

Browse files
committed
Make test-lookup independent of prior commits
1 parent 708288f commit 4b7fc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index/changes_between_commits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fn addition() -> crate::Result {
2121

2222
#[test]
2323
fn deletion() -> crate::Result {
24-
let changes = changes(index_ro()?, "@~327")?;
24+
let changes = changes(index_ro()?, "@~^{/Updating crate `git-shell#0.3.0`}~1")?;
2525
assert_eq!(changes.len(), 1);
2626
assert_eq!(changes.first().and_then(|c| c.deleted()), Some("girl"));
2727
Ok(())

0 commit comments

Comments
 (0)