mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
Unit tests for models/admin
This commit is contained in:
parent
97170916a3
commit
b316b2e740
3 changed files with 126 additions and 1 deletions
14
models/fixtures/notice.yml
Normal file
14
models/fixtures/notice.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
-
|
||||
id: 1
|
||||
type: 1 # NoticeRepository
|
||||
description: description1
|
||||
|
||||
-
|
||||
id: 2
|
||||
type: 1 # NoticeRepository
|
||||
description: description2
|
||||
|
||||
-
|
||||
id: 3
|
||||
type: 1 # NoticeRepository
|
||||
description: description3
|
Loading…
Add table
Add a link
Reference in a new issue