aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-06 14:08:43 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-06 14:11:10 +0200
commit2adca224f055fe74ac714f9a102deff7380d783f (patch)
tree6f96c9f6f6a96bdeb1fa0913c338f44249b6cc62 /tests
parent62b57b008baa90b2e322cfb9c1cf997330429642 (diff)
downloadgit-bug-2adca224f055fe74ac714f9a102deff7380d783f.tar.gz
random bugs: cleanup + generate random OperationPack as well
Diffstat (limited to 'tests')
-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
}