diff options
Diffstat (limited to 'models/fixtures/comment.yml')
-rw-r--r-- | models/fixtures/comment.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/models/fixtures/comment.yml b/models/fixtures/comment.yml index 3292bb4848..34df02d28c 100644 --- a/models/fixtures/comment.yml +++ b/models/fixtures/comment.yml @@ -5,15 +5,18 @@ issue_id: 1 # in repo_id 1 label_id: 1 content: "1" + created_unix: 946684810 - id: 2 type: 0 # comment poster_id: 3 # user not watching (see watch.yml) issue_id: 1 # in repo_id 1 content: "good work!" + created_unix: 946684811 - id: 3 type: 0 # comment poster_id: 5 # user not watching (see watch.yml) issue_id: 1 # in repo_id 1 content: "meh..." + created_unix: 946684812 |