mirror of https://github.com/tikv/client-rust.git
parent
1868118ea6
commit
43994472e4
|
@ -23,7 +23,7 @@ proptest! {
|
||||||
).unwrap();
|
).unwrap();
|
||||||
|
|
||||||
match out_value {
|
match out_value {
|
||||||
None =>assert!(pair.value().is_empty()),
|
None => assert!(pair.value().is_empty()),
|
||||||
Some(out) => assert_eq!(Value::from(pair.value().clone()), out)
|
Some(out) => assert_eq!(Value::from(pair.value().clone()), out)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue