Skip to content

Commit 51559b8

Browse files
committed
fix assertion message (#16)
1 parent 898024f commit 51559b8

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
@@ -72,7 +72,7 @@ fn normalization() -> crate::Result {
7272
assert_eq!(
7373
changes.len(),
7474
0,
75-
"normalization changes the representation, but the data itself stays the same, BUT we can't do it yet"
75+
"normalization changes the representation, but the data itself stays the same"
7676
);
7777
Ok(())
7878
}

0 commit comments

Comments
 (0)