mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Unit tests for models/admin
This commit is contained in:
committed by
Kim "BKC" Carlbäcker
parent
97170916a3
commit
b316b2e740
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
|
Reference in New Issue
Block a user