Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Feb 22, 2024
1 parent 5c1f302 commit 898037e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hb/unicode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ mod tests {
assert_eq!(unicode_bidi_mirroring::UNICODE_VERSION, (14, 0, 0));
assert_eq!(unicode_ccc::UNICODE_VERSION, (14, 0, 0));
assert_eq!(unicode_properties::UNICODE_VERSION, (15, 0, 0));
assert_eq!(unicode_script::UNICODE_VERSION, (15, 0, 0));
assert_eq!(unicode_script::UNICODE_VERSION, (15, 1, 0));
assert_eq!(crate::hb::unicode_norm::UNICODE_VERSION, (14, 0, 0));
}
}
Expand Down

0 comments on commit 898037e

Please sign in to comment.