@@ -159,7 +159,7 @@ describe('Entity lifecycle tests', () => {
159159 mutationInterceptionFilter : ( ) => {
160160 return {
161161 intercept : true ,
162- loadAfterMutationEntity : true ,
162+ loadAfterMutationEntities : true ,
163163 } ;
164164 } ,
165165 afterEntityMutation ( args ) {
@@ -205,7 +205,7 @@ describe('Entity lifecycle tests', () => {
205205 mutationInterceptionFilter : ( ) => {
206206 return {
207207 intercept : true ,
208- loadAfterMutationEntity : true ,
208+ loadAfterMutationEntities : true ,
209209 } ;
210210 } ,
211211 afterEntityMutation ( args ) {
@@ -263,7 +263,7 @@ describe('Entity lifecycle tests', () => {
263263 mutationInterceptionFilter : ( args ) => {
264264 return {
265265 intercept : args . action === 'create' || args . action === 'update' ,
266- loadAfterMutationEntity : true ,
266+ loadAfterMutationEntities : true ,
267267 } ;
268268 } ,
269269 afterEntityMutation ( args ) {
@@ -351,7 +351,7 @@ describe('Entity lifecycle tests', () => {
351351 return {
352352 intercept : true ,
353353 loadBeforeMutationEntities : true ,
354- loadAfterMutationEntity : true ,
354+ loadAfterMutationEntities : true ,
355355 } ;
356356 } ,
357357 afterEntityMutation ( args ) {
0 commit comments