1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add unit tests for issue_watch

This commit is contained in:
Andrey Nering
2017-03-30 20:20:08 -03:00
parent a90ffffb1a
commit e6781d5488
2 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
-
id: 1
user_id: 1
issue_id: 1
is_watching: true
created_unix: 946684800
updated_unix: 946684800
-
id: 2
user_id: 2
issue_id: 2
is_watching: false
created_unix: 946684800
updated_unix: 946684800