File tree Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -946,20 +946,26 @@ mod tests {
946946
947947 assert ! ( fingerprint_response_json. data. is_cache_built) ;
948948 assert ! ( fingerprint_response_json. data. exact_matches. len( ) == 2 ) ;
949- assert ! ( fingerprint_response_json
950- . data
951- . exact_fingerprints
952- . contains( & 2070800629 ) ) ;
953- assert ! ( fingerprint_response_json
954- . data
955- . exact_fingerprints
956- . contains( & 1904165976 ) ) ;
949+ assert ! (
950+ fingerprint_response_json
951+ . data
952+ . exact_fingerprints
953+ . contains( & 2070800629 )
954+ ) ;
955+ assert ! (
956+ fingerprint_response_json
957+ . data
958+ . exact_fingerprints
959+ . contains( & 1904165976 )
960+ ) ;
957961 // 这里即便有传 9999,unmatched_fingerprints 也一样是 Null,更不是列表
958962 // MCIM 会返回未匹配的指纹列表
959- assert ! ( fingerprint_response_json
960- . data
961- . unmatched_fingerprints
962- . is_none( ) ) ;
963+ assert ! (
964+ fingerprint_response_json
965+ . data
966+ . unmatched_fingerprints
967+ . is_none( )
968+ ) ;
963969 assert ! ( fingerprint_response_json. data. installed_fingerprints. len( ) == 3 ) ;
964970 }
965971
You can’t perform that action at this time.
0 commit comments