Replies: 1 comment 7 replies
-
You could make a test excel file and just call the entire import. Then assert that UpdateSubscriberStats is dispatched. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this import:
and I want to test that the
UpdateSubscriberStats
is dispatched after the import is completed.I cannot do that since
Queue::fake()
also preventsSubscribersImport
from dispatching, so any ideas on how to do that?Beta Was this translation helpful? Give feedback.
All reactions