fix: a typo in ga-saga.test.js (#43673)

This commit is contained in:
Felix Yan
2021-10-02 21:03:19 +08:00
committed by GitHub
parent d261d7a6d9
commit b923a32736

View File

@ -17,7 +17,7 @@ describe('ga-saga', () => {
}; };
return ( return (
expectSaga(createGaSaga, actionTypes) expectSaga(createGaSaga, actionTypes)
// Assert that the `call` with expected pramater will eventually happen. // Assert that the `call` with expected paramater will eventually happen.
.call(GaTypes.event, mockEventPayload.data) .call(GaTypes.event, mockEventPayload.data)
// Dispatch any actions that the saga will `take`. // Dispatch any actions that the saga will `take`.