Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
stakira committed Jun 9, 2024
1 parent eebb741 commit 6577590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenUtau.Test/Plugins/PhonemizerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ public class ArpasingPhonemizerTest : PhonemizerTest<ArpasingPhonemizer> { }
public class JapaneseCVVCPhonemizerTest : PhonemizerTest<JapaneseCVVCPhonemizer> { }
public class JapaneseVCVPhonemizerTest : PhonemizerTest<JapaneseVCVPhonemizer> { }
public class KoreanCVCPhonemizerTest : PhonemizerTest<KoreanCVCPhonemizer> { }
public class KoreanCVVCStandardPronunciationPhonemizerTest : PhonemizerTest<KoreanCVVCStandardPronunciationPhonemizer> { }
public class KoreanCVVCPhonemizerTest : PhonemizerTest<KoreanCVVCPhonemizer> { }
}

0 comments on commit 6577590

Please sign in to comment.