NightOwl888 commented on code in PR #897: URL: https://github.com/apache/lucenenet/pull/897#discussion_r1462160091
########## src/Lucene.Net.Tests/Util/TestBytesRefArray.cs: ########## @@ -114,11 +114,10 @@ public virtual void TestAppendIterator() } for (int i = 0; i < 2; i++) { - IBytesRefEnumerator iterator = list.GetEnumerator(); + IBytesRefIterator iterator = list.GetIterator(); Review Comment: You are right. I missed that it was also an obsolete test. Good catch. -- 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: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org