diff options
Diffstat (limited to 'tests/construction.rs')
-rw-r--r-- | tests/construction.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/construction.rs b/tests/construction.rs index f31ad2f..6d56526 100644 --- a/tests/construction.rs +++ b/tests/construction.rs @@ -1,5 +1,5 @@ mod common; -use common::{ +use crate::common::{ destroy_ads1013, destroy_ads1014, destroy_ads1015, destroy_ads1113, destroy_ads1114, destroy_ads1115, new_ads1013, new_ads1014, new_ads1015, new_ads1113, new_ads1114, new_ads1115, }; |