diff options
Diffstat (limited to 'graphql')
-rw-r--r-- | graphql/graphql_test.go | 2 |
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) |