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 937ddeca2..876f69933 100644
--- a/internal/processing/workers/surfacenotify_test.go
+++ b/internal/processing/workers/surfacenotify_test.go
@@ -42,7 +42,7 @@ func (suite *SurfaceNotifyTestSuite) TestSpamNotifs() {
State: testStructs.State,
Converter: testStructs.TypeConverter,
Stream: testStructs.Processor.Stream(),
- Filter: visibility.NewFilter(testStructs.State),
+ VisFilter: visibility.NewFilter(testStructs.State),
EmailSender: testStructs.EmailSender,
Conversations: testStructs.Processor.Conversations(),
}