You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those templates are meant to test what error is thrown, but they pass if no error is thrown because they don't assert that the error happens. They only assert properties of the error if the error is indeed thrown.
I noticed this while writing import.defer tests, please don't fix it until when the import.defer PRs are merged :)
The text was updated successfully, but these errors were encountered:
Those templates are meant to test what error is thrown, but they pass if no error is thrown because they don't assert that the error happens. They only assert properties of the error if the error is indeed thrown.
I noticed this while writing
import.defer
tests, please don't fix it until when theimport.defer
PRs are merged :)The text was updated successfully, but these errors were encountered: