mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-18 16:55:55 +00:00
Bug fixes and unit tests for models/issue_label (#802)
This commit is contained in:
parent
0a02fb3c4f
commit
10644d6dd7
8 changed files with 301 additions and 14 deletions
|
@ -44,3 +44,13 @@
|
|||
content: content4
|
||||
is_closed: true
|
||||
is_pull: false
|
||||
|
||||
-
|
||||
id: 5
|
||||
repo_id: 1
|
||||
index: 4
|
||||
poster_id: 2
|
||||
name: issue5
|
||||
content: content5
|
||||
is_closed: true
|
||||
is_pull: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue