Fixing more stuff
This commit is contained in:
@@ -31,7 +31,7 @@ func TestRecent(t *testing.T) {
|
||||
Tags: []string{},
|
||||
Created: time.Unix(0, 0).Unix(),
|
||||
Modified: time.Now().Unix(),
|
||||
Link: "/article/test",
|
||||
Link: "article/test",
|
||||
},
|
||||
{
|
||||
Id: 2,
|
||||
@@ -40,7 +40,7 @@ func TestRecent(t *testing.T) {
|
||||
Authors: authors,
|
||||
Tags: []string{},
|
||||
Created: time.Now().Unix(),
|
||||
Link: "/article/recent",
|
||||
Link: "article/recent",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user