Skip to content

Commit 445162a

Browse files
committed
Fix test
1 parent 310f3a6 commit 445162a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/braillify/src/rules/korean/rule_29.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ mod tests {
105105
fn indicator_values() {
106106
assert_eq!(ROMAN_INDICATOR, 52);
107107
assert_eq!(ROMAN_TERMINATOR, 50);
108-
assert_eq!(ENGLISH_CONTINUATION, 16);
108+
assert_eq!(ENGLISH_CONTINUATION, 48);
109109
}
110110

111111
#[test]

0 commit comments

Comments
 (0)