mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-26 15:23:33 -06:00
linting
This commit is contained in:
parent
4f4e86425c
commit
97396c5efb
1 changed files with 2 additions and 0 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue