Update legacy tests to expect TypeError
in place of NullThrownError
#1595
Labels
bad-test
Report tests in need of updates. When closed, the tests should be considered good
In Dart 3.0
NullThrownError
has been removed and all expectations should be updated to expect aTypeError
instead. This expectation is for legacy (pre-null safety) code as well.These legacy tests need to be updated:
cc @eernstg
The text was updated successfully, but these errors were encountered: