Skip to content

Commit b035eea

Browse files
committed
update expected unicode_properties version
1 parent f1ce2fc commit b035eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hb/unicode.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ mod tests {
842842
fn check_unicode_version() {
843843
assert_eq!(unicode_bidi_mirroring::UNICODE_VERSION, (15, 1, 0));
844844
assert_eq!(unicode_ccc::UNICODE_VERSION, (15, 0, 0));
845-
assert_eq!(unicode_properties::UNICODE_VERSION, (15, 0, 0));
845+
assert_eq!(unicode_properties::UNICODE_VERSION, (15, 1, 0));
846846
assert_eq!(unicode_script::UNICODE_VERSION, (15, 1, 0));
847847
assert_eq!(crate::hb::unicode_norm::UNICODE_VERSION, (15, 0, 0));
848848
}

0 commit comments

Comments
 (0)