summaryrefslogtreecommitdiff
path: root/internal/processing/workers/surfacenotify_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/workers/surfacenotify_test.go')
-rw-r--r--internal/processing/workers/surfacenotify_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/workers/surfacenotify_test.go b/internal/processing/workers/surfacenotify_test.go
index dc445d0ac..52ee89e8b 100644
--- a/internal/processing/workers/surfacenotify_test.go
+++ b/internal/processing/workers/surfacenotify_test.go
@@ -89,7 +89,7 @@ func (suite *SurfaceNotifyTestSuite) TestSpamNotifs() {
notifs, err := testStructs.State.DB.GetAccountNotifications(
gtscontext.SetBarebones(ctx),
targetAccount.ID,
- "", "", "", 0, nil, nil,
+ nil, nil, nil,
)
if err != nil {
suite.FailNow(err.Error())