summaryrefslogtreecommitdiff
path: root/app/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/test.go')
-rw-r--r--app/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/test.go b/app/test.go
index a323b31..210e7f4 100644
--- a/app/test.go
+++ b/app/test.go
@@ -39,7 +39,7 @@ func testMail() {
h := []Host{}
Db.Find(&u)
Db.Find(&h)
- SendEmail(u, h)
+ SendEmail(u, h, "Test")
}
func t() {