diff options
author | Ethan Koenig <ethantkoenig@gmail.com> | 2017-02-05 22:43:31 -0500 |
---|---|---|
committer | Ethan Koenig <ethantkoenig@gmail.com> | 2017-02-05 22:43:31 -0500 |
commit | 438e1a7d46be36953d543a71977b1d116a8c7440 (patch) | |
tree | ecc0f944a2c737688670ce91353e104eb6d15387 /models/fixtures/repository.yml | |
parent | e388db311b63d7b1baf640f1aece74e86ffd665f (diff) | |
download | gitea-438e1a7d46be36953d543a71977b1d116a8c7440.tar.gz gitea-438e1a7d46be36953d543a71977b1d116a8c7440.zip |
Fix inconsistencies in unit test fixtures
Diffstat (limited to 'models/fixtures/repository.yml')
-rw-r--r-- | models/fixtures/repository.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/models/fixtures/repository.yml b/models/fixtures/repository.yml index c415f20732..c45374f4f2 100644 --- a/models/fixtures/repository.yml +++ b/models/fixtures/repository.yml @@ -4,10 +4,11 @@ lower_name: repo1 name: repo1 is_private: false - num_issues: 1 - num_closed_issues: 0 + num_issues: 4 + num_closed_issues: 1 num_pulls: 2 num_closed_pulls: 0 + num_watches: 2 - id: 2 @@ -19,6 +20,7 @@ num_closed_issues: 1 num_pulls: 0 num_closed_pulls: 0 + num_stars: 1 - id: 3 @@ -41,6 +43,7 @@ num_closed_issues: 0 num_pulls: 0 num_closed_pulls: 0 + num_stars: 1 - id: 5 |