gsmiller commented on code in PR #11768: URL: https://github.com/apache/lucene/pull/11768#discussion_r980530440
########## lucene/facet/src/test/org/apache/lucene/facet/TestDrillSideways.java: ########## @@ -626,7 +626,7 @@ public void testBasicWithCollectorManager() throws Exception { List<FacetResult> topNDimsResult = r.facets.getTopDims(1, 2); assertEquals(1, topNDimsResult.size()); assertEquals( - "dim=Author path=[] value=5 childCount=4\n Lisa (2)\n Susan (1)\n", Review Comment: Yeah, hindsight is 20/20 I suppose. We'll eventually converge on something that's correct :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org