Skip to content

Commit

Permalink
Removed deprecated method as all usage has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kesac committed Jan 7, 2024
1 parent b6ea460 commit a00cb49
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Syllabore/Syllabore.Tests/SyllableGeneratorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ namespace Syllabore.Tests
public class SyllableGeneratorTests
{

// Looking to deprecate this helper method
private static SyllableGenerator GetSyllableGeneratorWithAllComponentsDefined()
{
return new SyllableGenerator()
.WithLeadingConsonants("b").Sequences("cc")
.WithTrailingConsonants("d").Sequences("ff")
.WithVowels("o").Sequences("uu");
}

private static SyllableGenerator GetSyllableGenerator(
string vowels,
string vowelSequences,
Expand Down

0 comments on commit a00cb49

Please sign in to comment.