aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/bucket_quoter/ut/test_namespace.cpp
blob: ee6c84796c51a93795dab1fe9dfc69dd594aadab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "test_namespace.h"

namespace NBucketQuoterTest {

    TMockTimer::TTime TMockTimer::CurrentTime = 0;

    template <>
    void Sleep<TMockTimer>(TDuration duration) {
        TMockTimer::Sleep(duration);
    }

}