@@ -59,7 +59,7 @@ class MockNotificationService: @unchecked Sendable, NotificationServiceProtocol
5959 facets: [
6060 Facet ( type: " mention " , userId: 25 , indexStart: 0 , indexEnd: 5 )
6161 ] ,
62- notificationType: . like,
62+ notificationType: " like " ,
6363 post: Post (
6464 postId: 2001 ,
6565 userId: 6 ,
@@ -85,7 +85,7 @@ class MockNotificationService: @unchecked Sendable, NotificationServiceProtocol
8585 facets: [
8686 Facet ( type: " mention " , userId: 120 , indexStart: 0 , indexEnd: 11 )
8787 ] ,
88- notificationType: . comment,
88+ notificationType: " comment " ,
8989 post: Post (
9090 postId: 2002 ,
9191 userId: 6 ,
@@ -117,7 +117,7 @@ class MockNotificationService: @unchecked Sendable, NotificationServiceProtocol
117117 facets: [
118118 Facet ( type: " mention " , userId: 6 , indexStart: 0 , indexEnd: 7 )
119119 ] ,
120- notificationType: . mention,
120+ notificationType: " mention " ,
121121 post: Post (
122122 postId: 2003 ,
123123 userId: 1 ,
@@ -145,7 +145,7 @@ class MockNotificationService: @unchecked Sendable, NotificationServiceProtocol
145145 facets: [
146146 Facet ( type: " mention " , userId: 103 , indexStart: 0 , indexEnd: 11 )
147147 ] ,
148- notificationType: . like,
148+ notificationType: " like " ,
149149 post: Post (
150150 postId: 2004 ,
151151 userId: 15 ,
@@ -177,7 +177,7 @@ class MockNotificationService: @unchecked Sendable, NotificationServiceProtocol
177177 facets: [
178178 Facet ( type: " mention " , userId: 112 , indexStart: 0 , indexEnd: 9 )
179179 ] ,
180- notificationType: . like,
180+ notificationType: " like " ,
181181 post: Post (
182182 postId: 2001 ,
183183 userId: 6 ,
@@ -203,7 +203,7 @@ class MockNotificationService: @unchecked Sendable, NotificationServiceProtocol
203203 facets: [
204204 Facet ( type: " mention " , userId: 97 , indexStart: 0 , indexEnd: 6 )
205205 ] ,
206- notificationType: . comment,
206+ notificationType: " comment " ,
207207 post: Post (
208208 postId: 2005 ,
209209 userId: 30 ,
@@ -233,7 +233,7 @@ class MockNotificationService: @unchecked Sendable, NotificationServiceProtocol
233233 imageWidth: 0 ,
234234 imageHeight: 0 ,
235235 facets: nil ,
236- notificationType: . announcement,
236+ notificationType: " announcement " ,
237237 post: nil ,
238238 comment: nil
239239 ) ,
@@ -253,7 +253,7 @@ class MockNotificationService: @unchecked Sendable, NotificationServiceProtocol
253253 facets: [
254254 Facet ( type: " mention " , userId: 113 , indexStart: 0 , indexEnd: 5 )
255255 ] ,
256- notificationType: . announcement,
256+ notificationType: " announcement " ,
257257 post: nil ,
258258 comment: nil
259259 ) ,
@@ -292,7 +292,7 @@ class MockNotificationService: @unchecked Sendable, NotificationServiceProtocol
292292 imageWidth: 0 ,
293293 imageHeight: 0 ,
294294 facets: nil ,
295- notificationType: . comment,
295+ notificationType: " comment " ,
296296 post: nil ,
297297 comment: nil
298298 )
0 commit comments