File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ mod test {
368
368
use crate :: { GeoDistance , KeyValuePair } ;
369
369
370
370
#[ test]
371
- fn test_build_class_property_condition_condition ( ) {
371
+ fn test_build_class_property_condition ( ) {
372
372
assert_eq ! (
373
373
build_class_property_condition( & build_property_from_ical!( XClassProperty , "X-CLASS:" ) ) ,
374
374
None ,
@@ -406,7 +406,7 @@ mod test {
406
406
}
407
407
408
408
#[ test]
409
- fn test_build_categories_property_condition_condition ( ) {
409
+ fn test_build_categories_property_condition ( ) {
410
410
assert_eq ! (
411
411
build_categories_property_condition( & build_property_from_ical!( XCategoriesProperty , "X-CATEGORIES:" ) ) ,
412
412
None ,
@@ -442,7 +442,7 @@ mod test {
442
442
}
443
443
444
444
#[ test]
445
- fn test_build_related_to_property_condition_condition ( ) {
445
+ fn test_build_related_to_property_condition ( ) {
446
446
assert_eq ! (
447
447
build_related_to_property_condition( & build_property_from_ical!( XRelatedToProperty , "X-RELATED-TO:" ) ) ,
448
448
None ,
You can’t perform that action at this time.
0 commit comments