summaryrefslogtreecommitdiffhomepage
path: root/feature
diff options
context:
space:
mode:
Diffstat (limited to 'feature')
-rw-r--r--feature/taildrop/peerapi_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/feature/taildrop/peerapi_test.go b/feature/taildrop/peerapi_test.go
index 254d8794e..72589eeb0 100644
--- a/feature/taildrop/peerapi_test.go
+++ b/feature/taildrop/peerapi_test.go
@@ -501,7 +501,7 @@ func TestHandlePeerAPI(t *testing.T) {
ext := &fakeExtension{
logf: e.logBuf.Logf,
capFileSharing: tt.capSharing,
- clock: &tstest.Clock{},
+ clock: tstime.StdClock{},
taildrop: e.taildrop,
}
e.ph = &peerAPIHandler{
@@ -557,7 +557,7 @@ func TestFileDeleteRace(t *testing.T) {
fakeLB := &fakeExtension{
logf: t.Logf,
capFileSharing: true,
- clock: &tstest.Clock{},
+ clock: tstime.StdClock{},
taildrop: taildropMgr,
}
buf := make([]byte, 2<<20)