Skip to content

Commit 28a9e64

Browse files
committed
Fix test names
1 parent b342ea6 commit 28a9e64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

redical_core/src/queries/query_parser.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ mod test {
368368
use crate::{GeoDistance, KeyValuePair};
369369

370370
#[test]
371-
fn test_build_class_property_condition_condition() {
371+
fn test_build_class_property_condition() {
372372
assert_eq!(
373373
build_class_property_condition(&build_property_from_ical!(XClassProperty, "X-CLASS:")),
374374
None,
@@ -406,7 +406,7 @@ mod test {
406406
}
407407

408408
#[test]
409-
fn test_build_categories_property_condition_condition() {
409+
fn test_build_categories_property_condition() {
410410
assert_eq!(
411411
build_categories_property_condition(&build_property_from_ical!(XCategoriesProperty, "X-CATEGORIES:")),
412412
None,
@@ -442,7 +442,7 @@ mod test {
442442
}
443443

444444
#[test]
445-
fn test_build_related_to_property_condition_condition() {
445+
fn test_build_related_to_property_condition() {
446446
assert_eq!(
447447
build_related_to_property_condition(&build_property_from_ical!(XRelatedToProperty, "X-RELATED-TO:")),
448448
None,

0 commit comments

Comments
 (0)