aboutsummaryrefslogtreecommitdiffstats
path: root/tests/read_bugs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/read_bugs_test.go')
-rw-r--r--tests/read_bugs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/read_bugs_test.go b/tests/read_bugs_test.go
index e0f708a5..b4513bb4 100644
--- a/tests/read_bugs_test.go
+++ b/tests/read_bugs_test.go
@@ -16,7 +16,7 @@ func createFilledRepo(bugNumber int) repository.Repo {
options.BugNumber = bugNumber
- random_bugs.GenerateRandomBugsWithSeed(repo, options, seed)
+ random_bugs.CommitRandomBugsWithSeed(repo, options, seed)
return repo
}