@@ -155,7 +155,7 @@ describe("EasyRetroFundingStrategyHandler", () => {
155
155
expect ( ERFUpdatedRegistrationHandler . prototype . handle ) . toHaveBeenCalled ( ) ;
156
156
} ) ;
157
157
158
- it . skip ( "calls RecipientStatusUpdatedHandler for RecipientStatusUpdated event" , async ( ) => {
158
+ it ( "calls RecipientStatusUpdatedHandler for RecipientStatusUpdated event" , async ( ) => {
159
159
const mockEvent = {
160
160
eventName : "RecipientStatusUpdatedWithFullRow" ,
161
161
} as ProcessorEvent < "Strategy" , "RecipientStatusUpdatedWithFullRow" > ;
@@ -197,7 +197,7 @@ describe("EasyRetroFundingStrategyHandler", () => {
197
197
expect ( ERFTimestampsUpdatedHandler . prototype . handle ) . toHaveBeenCalled ( ) ;
198
198
} ) ;
199
199
200
- it . skip ( "calls BaseDistributionUpdatedHandler for DistributionUpdated event" , async ( ) => {
200
+ it ( "calls BaseDistributionUpdatedHandler for DistributionUpdated event" , async ( ) => {
201
201
const mockEvent = {
202
202
eventName : "DistributionUpdated" ,
203
203
} as ProcessorEvent < "Strategy" , "DistributionUpdated" > ;
@@ -218,7 +218,7 @@ describe("EasyRetroFundingStrategyHandler", () => {
218
218
expect ( BaseDistributionUpdatedHandler . prototype . handle ) . toHaveBeenCalled ( ) ;
219
219
} ) ;
220
220
221
- it . skip ( "calls FundsDistributedHandler for FundsDistributed event" , async ( ) => {
221
+ it ( "calls FundsDistributedHandler for FundsDistributed event" , async ( ) => {
222
222
const mockEvent = {
223
223
eventName : "FundsDistributed" ,
224
224
} as ProcessorEvent < "Strategy" , "FundsDistributed" > ;
0 commit comments