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
The sanity tests framework currently uses inline import for MatcherAssert.assertThat(). When trying to add a static import for the same, the import remains unused as the assertThat() always refers to Junit.assertThat(). This should be looked and fixed.
What is expected?
The tests should have a static import for MatcherAssert.assertThat() and the assertThat() inside tests should refer to this import.
The text was updated successfully, but these errors were encountered:
peternied
added
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
and removed
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Dec 18, 2023
Description
The sanity tests framework currently uses inline import for MatcherAssert.assertThat(). When trying to add a static import for the same, the import remains unused as the assertThat() always refers to Junit.assertThat(). This should be looked and fixed.
What is expected?
The tests should have a static import for MatcherAssert.assertThat() and the assertThat() inside tests should refer to this import.
The text was updated successfully, but these errors were encountered: