@@ -38,7 +38,7 @@ pub trait TimeNow: Time {
3838mod tests {
3939 use std:: any:: TypeId ;
4040
41- use crate :: protocol:: clock:: clock :: { DefaultClock , StoppedClock , Time , WorkingClock } ;
41+ use crate :: protocol:: clock:: { DefaultClock , StoppedClock , Time , WorkingClock } ;
4242
4343 #[ test]
4444 fn it_should_be_the_stopped_clock_as_default_when_testing ( ) {
@@ -147,7 +147,7 @@ mod stopped_clock {
147147 use std:: thread;
148148 use std:: time:: Duration ;
149149
150- use crate :: protocol:: clock:: clock :: { DurationSinceUnixEpoch , StoppedClock , StoppedTime , Time , TimeNow , WorkingClock } ;
150+ use crate :: protocol:: clock:: { DurationSinceUnixEpoch , StoppedClock , StoppedTime , Time , TimeNow , WorkingClock } ;
151151
152152 #[ test]
153153 fn it_should_default_to_zero_when_testing ( ) {
@@ -206,7 +206,7 @@ mod stopped_clock {
206206 use std:: cell:: RefCell ;
207207 use std:: time:: SystemTime ;
208208
209- use crate :: protocol:: clock:: clock :: DurationSinceUnixEpoch ;
209+ use crate :: protocol:: clock:: DurationSinceUnixEpoch ;
210210 use crate :: static_time;
211211
212212 pub fn get_app_start_time ( ) -> DurationSinceUnixEpoch {
@@ -231,7 +231,7 @@ mod stopped_clock {
231231 mod tests {
232232 use std:: time:: Duration ;
233233
234- use crate :: protocol:: clock:: clock :: stopped_clock:: detail:: { get_app_start_time, get_default_fixed_time} ;
234+ use crate :: protocol:: clock:: stopped_clock:: detail:: { get_app_start_time, get_default_fixed_time} ;
235235
236236 #[ test]
237237 fn it_should_get_the_zero_start_time_when_testing ( ) {
0 commit comments