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
This unit test checked the locations generated for a certain node in the AST.
QLTests are much better suited for detecting this, and in fact this was how the problem was detected in the first place, and the test is still in place.
The unit test started failing because NameExpr has been replaced by Identifier. Copilot can repair the test, but I'm deliberately removing it because this is the wrong place to test for this type of regression.
0 commit comments