Skip to content

Commit eaedda6

Browse files
authored
fix: Rename test function to correct name (#448)
1 parent 3b08d8f commit eaedda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ mod tests {
133133
}
134134

135135
#[test]
136-
fn repltest_from_hex_formatted() {
136+
fn test_from_hex_formatted() {
137137
// Test case 0: empty bytes
138138
let b = &[];
139139
let h = hex(b);

0 commit comments

Comments
 (0)