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
As described in PR #4402, the IndexCheck class is hard to write tests for, because it is utility class - with all of the methods static. Rewriting it to normal class should help with writing more comprehensive tests for the index checks.