aboutsummaryrefslogtreecommitdiffstats
path: root/repository/repo_testing.go
diff options
context:
space:
mode:
Diffstat (limited to 'repository/repo_testing.go')
-rw-r--r--repository/repo_testing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repository/repo_testing.go b/repository/repo_testing.go
index c5bbe0c4..5d51d23f 100644
--- a/repository/repo_testing.go
+++ b/repository/repo_testing.go
@@ -13,7 +13,7 @@ import (
// TODO: add tests for RepoBleve
// TODO: add tests for RepoStorage
-type RepoCreator func(t TestingT, bare bool) TestedRepo
+type RepoCreator func(t testing.TB, bare bool) TestedRepo
// Test suite for a Repo implementation
func RepoTest(t *testing.T, creator RepoCreator) {