-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error passing a sinon stub in mock of S3.waitFor()
#273
Comments
@thomaux, Do you have any idea what could be the issue? |
@azatoth thanks for reporting and detailed reproduce steps. I'll try to make some time next week to look at this. I'll keep ypu posted. |
@thomaux were you able to look into the issue? |
Experienced similar issue with passing a fake to |
I am also having the same issue with 5.5.0 - 5.8.0. As ghost suggests above, downgrading to 5.4.0 resolves the issue. |
Since the change introduced by #253 I'm getting an error trying to mock
S3.waitFor()
Following test:
using following helper functions:
results in following output:
After investigation I notice this issue started in v5.5.0, it works fine in v5.4.0.
The text was updated successfully, but these errors were encountered: