Fixing more stuff

This commit is contained in:
2022-02-06 18:27:30 +01:00
parent 8bc01e0984
commit e582a75d9e
13 changed files with 56 additions and 38 deletions

View File

@@ -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",
},
}