mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
api: don't auto-upvote new comments
This commit is contained in:
@ -47,7 +47,7 @@ func TestCommentListBasics(t *testing.T) {
|
||||
return
|
||||
}
|
||||
|
||||
if c[0].Direction != 1 {
|
||||
if c[0].Direction != 0 {
|
||||
t.Errorf("expected c.Direction = 1 got c.Direction = %d", c[0].Direction)
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user