@@ -3130,19 +3130,19 @@ class EditOperationAnalyzerTest extends Specification {
31303130 def changes = calcDiff(oldSdl, newSdl)
31313131
31323132 then :
3133- changes[" NotificationGroupedItem" ] === changes[" NotificationHeadItem" ]
3134- changes[" NotificationGroupedConnection" ] === changes[" NotificationFeedConnection" ]
3135- changes[" NotificationGroupedItem" ] instanceof ObjectModification
3136- changes[" NotificationGroupedConnection" ] instanceof ObjectModification
3137- changes[" NotificationEntityModel" ] instanceof ObjectAddition
3138- changes[" NotificationGroupConnection" ] instanceof ObjectAddition
3139- changes[" NotificationItem" ] instanceof ObjectModification
3140- changes[" NotificationQuery" ] instanceof ObjectModification
3141-
3142- changes[" NotificationFeedFilter" ] === changes[" NotificationFilter" ]
3143- changes[" NotificationFeedFilter" ] instanceof InputObjectModification
3144-
3145- def notificationFeedFilterChange = changes[" NotificationFeedFilter" ] as InputObjectModification
3133+ changes. objectDifferences [" NotificationGroupedItem" ] === changes. objectDifferences [" NotificationHeadItem" ]
3134+ changes. objectDifferences [" NotificationGroupedConnection" ] === changes. objectDifferences [" NotificationFeedConnection" ]
3135+ changes. objectDifferences [" NotificationGroupedItem" ] instanceof ObjectModification
3136+ changes. objectDifferences [" NotificationGroupedConnection" ] instanceof ObjectModification
3137+ changes. objectDifferences [" NotificationEntityModel" ] instanceof ObjectAddition
3138+ changes. objectDifferences [" NotificationGroupConnection" ] instanceof ObjectAddition
3139+ changes. objectDifferences [" NotificationItem" ] instanceof ObjectModification
3140+ changes. objectDifferences [" NotificationQuery" ] instanceof ObjectModification
3141+
3142+ changes. inputObjectDifferences [" NotificationFeedFilter" ] === changes. inputObjectDifferences [" NotificationFilter" ]
3143+ changes. inputObjectDifferences [" NotificationFeedFilter" ] instanceof InputObjectModification
3144+
3145+ def notificationFeedFilterChange = changes. inputObjectDifferences [" NotificationFeedFilter" ] as InputObjectModification
31463146 notificationFeedFilterChange. details. size() == 1
31473147 notificationFeedFilterChange. details[0 ] instanceof InputObjectFieldDeletion
31483148 def groupIdInputObjectFieldDeletion = notificationFeedFilterChange. details[0 ] as InputObjectFieldDeletion
0 commit comments