nikcio commented on code in PR #690:
URL: https://github.com/apache/lucenenet/pull/690#discussion_r996657041
##########
src/Lucene.Net.Tests.Analysis.Phonetic/Language/MatchRatingApproachEncoderTest.cs:
##########
@@ -90,19 +90,19 @@ public void
TestAccentRemoval_NullValue_ReturnNullSuccessfully()
[Test]
public void
TestRemoveSingleDoubleConsonants_BUBLE_RemovedSuccessfully()
{
- Assert.AreEqual("BUBLE",
this.StringEncoder.RemoveDoubleConsonants("BUBBLE"));
+ Assert.AreEqual("BUBLE",
MatchRatingApproachEncoder.RemoveDoubleConsonants("BUBBLE"));
Review Comment:
This has been reverted and methods used here have also been reverted to
non-static.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]