Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update template_test.go

Cette révision appartient à :
kilo 2017-10-29 01:02:39 +02:00 révisé par GitHub
Parent b1ee08c7ee
révision 2201517574
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -68,7 +68,7 @@ func walkDirTest(dir string, t *testing.T) {
fakeOauthModel := fakeOauthForm.Bind(&models.OauthClient{})
fakeClient := client.Client{"", "", "", []string{""}, []string{""}, []string{""}, "", "", "", "", "", "", []string{""}, false}
fakeAnnouncement := announcementValidator.CreateForm{1, "", 2}
fakeNotification := &models.Notification{1, "test", true, "test", "test", time.Now(), 1}
fakeNotification := &models.Notification{1, "test", true, "test", "test", time.Now(), time.Now(), 1}
contextvariables := ContextTest{
"dumps.jet.html": func(variables jet.VarMap) jet.VarMap {