added check if distance eq to 0.

This commit is contained in:
khmhmm 2021-03-10 18:36:15 +04:00
parent 3109cd80e9
commit da913f085a

View File

@ -145,4 +145,5 @@ fn test_non_array_struct() {
// Assert
assert_eq!(test_feature, feature);
assert_eq!(distance, 0.);
}