diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-06 14:08:43 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-06 14:11:10 +0200 |
commit | 2adca224f055fe74ac714f9a102deff7380d783f (patch) | |
tree | 6f96c9f6f6a96bdeb1fa0913c338f44249b6cc62 /tests/read_bugs_test.go | |
parent | 62b57b008baa90b2e322cfb9c1cf997330429642 (diff) | |
download | git-bug-2adca224f055fe74ac714f9a102deff7380d783f.tar.gz |
random bugs: cleanup + generate random OperationPack as well
Diffstat (limited to 'tests/read_bugs_test.go')
-rw-r--r-- | tests/read_bugs_test.go | 2 |
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 } |