oid: Fix spelling
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
b482845e71
commit
8391599f61
|
|
@ -247,7 +247,7 @@ pub mod str {
|
|||
}
|
||||
|
||||
#[quickcheck]
|
||||
fn gix_roundrip(oid: Oid) {
|
||||
fn gix_roundtrip(oid: Oid) {
|
||||
let other = gix_hash::ObjectId::from(oid);
|
||||
let other = other.to_string();
|
||||
let other = other.parse::<Oid>().unwrap();
|
||||
|
|
|
|||
Loading…
Reference in New Issue