From 97396c5efb6f8372f5d988363291950a063c9d2d Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Mon, 21 Jun 2021 12:26:39 +0200 Subject: [PATCH] linting --- testrig/testmodels.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testrig/testmodels.go b/testrig/testmodels.go index c49b665..0b63e0e 100644 --- a/testrig/testmodels.go +++ b/testrig/testmodels.go @@ -1074,6 +1074,7 @@ func NewTestFaves() map[string]*gtsmodel.StatusFave { } } +// NewTestNotifications returns some notifications for use in testing. func NewTestNotifications() map[string]*gtsmodel.Notification { return map[string]*gtsmodel.Notification{ "local_account_1_like": { @@ -1088,6 +1089,7 @@ func NewTestNotifications() map[string]*gtsmodel.Notification { } } +// NewTestFollows returns some follows for use in testing. func NewTestFollows() map[string]*gtsmodel.Follow { return map[string]*gtsmodel.Follow{ "local_account_1_admin_account": {