aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/graphql_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'graphql/graphql_test.go')
-rw-r--r--graphql/graphql_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql/graphql_test.go b/graphql/graphql_test.go
index 19770150..0ff2c3fb 100644
--- a/graphql/graphql_test.go
+++ b/graphql/graphql_test.go
@@ -12,7 +12,7 @@ import (
func TestQueries(t *testing.T) {
repo := repository.CreateTestRepo(false)
- defer repository.CleanupTestRepos(t, repo)
+ defer repository.CleanupTestRepos(repo)
random_bugs.FillRepoWithSeed(repo, 10, 42)