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
Clean Up: Use MatIconTestingModule in data table test (#6425)
## Motivation for features / changes
The errors from using the regular MatIconModule in the test file does
not effect the test. However, they do produce a lot of error logs. This
eliminates those error logs which helps a lot when debugging.
## Technical description of changes
Just a simple swap for our internal MatIconTestingModule which is used
elsewhere and should have been used here from teh start.
0 commit comments