Skip to content
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

Fixes MatIconTestingModule import #6797

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

hoonji
Copy link
Member

@hoonji hoonji commented Mar 18, 2024

Motivation for features / changes

Importing MatIconTestingModule from @angular/material/icon/testing will break 1p sync. Changing this to import from webapp/testing/mat_icon_module.ts instead, in accordance with previous usage.

@hoonji hoonji requested a review from bmd3k March 18, 2024 08:59
@@ -13,8 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/

import {ComponentFixture, TestBed} from '@angular/core/testing';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ComponentFixture is unused

@groszewn groszewn mentioned this pull request Mar 18, 2024
@bmd3k bmd3k merged commit 32eb9e1 into tensorflow:master Mar 18, 2024
13 checks passed
AnuarTB pushed a commit to AnuarTB/tensorboard that referenced this pull request May 3, 2024
## Motivation for features / changes
Importing MatIconTestingModule from `@angular/material/icon/testing`
will break 1p sync. Changing this to import from
`webapp/testing/mat_icon_module.ts` instead, in accordance with previous
usage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants