Skip to content

Commit 6145f5b

Browse files
author
Ben Stern
committed
Fix broken test.
1 parent 44c52e6 commit 6145f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rollset.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ mod test {
582582
}
583583

584584
#[test]
585-
fn unicrud_minus() {
585+
fn unicrud_minus_explicit() {
586586
let rs = "d8\u{2212}2".parse::<RollSet>().unwrap();
587587
assert_eq!(rs.words.len(), 4);
588588

0 commit comments

Comments
 (0)