Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/helper/housekeeping/housekeeping_test.go')
-rw-r--r--internal/helper/housekeeping/housekeeping_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/helper/housekeeping/housekeeping_test.go b/internal/helper/housekeeping/housekeeping_test.go
index 8f6defa73..21c486db5 100644
--- a/internal/helper/housekeeping/housekeeping_test.go
+++ b/internal/helper/housekeeping/housekeeping_test.go
@@ -1,6 +1,7 @@
package housekeeping
import (
+ "context"
"io/ioutil"
"os"
"path/filepath"
@@ -8,7 +9,6 @@ import (
"time"
"github.com/stretchr/testify/assert"
- "golang.org/x/net/context"
)
type entryFinalState int