aboutsummaryrefslogtreecommitdiff
path: root/src/models/properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/properties')
-rw-r--r--src/models/properties/tests.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/models/properties/tests.rs b/src/models/properties/tests.rs
index 86bead8..8073c94 100644
--- a/src/models/properties/tests.rs
+++ b/src/models/properties/tests.rs
@@ -1,4 +1,7 @@
-use super::{DateOrDateTime, PropertyValue, RollupPropertyValue, RollupValue};
+use crate::models::{
+ properties::{DateOrDateTime, RollupPropertyValue, RollupValue},
+ PropertyValue,
+};
use chrono::NaiveDate;
#[test]