We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc10ad9 commit 0b33898Copy full SHA for 0b33898
models/fixtures/conversation_comment.yml
@@ -25,15 +25,15 @@
25
id: 4
26
type: 0 # comment
27
poster_id: 2
28
- conversation_id: 2 # in repo_id 1
29
- content: "conversationcomment2"
+ conversation_id: 4 # in repo_id 2
+ content: "comment in private pository"
30
created_unix: 946684811
31
updated_unix: 946684811
32
-
33
- id: 4
+ id: 5
34
35
36
- conversation_id: 4 # in repo_id 2
37
- content: "comment in private pository"
+ conversation_id: 2 # in repo_id 1
+ content: "conversationcomment2"
38
39
- updated_unix: 946684811
+ updated_unix: 946684811
0 commit comments