Updated integration testing for English and Japanese. Fixed minor voice work updater issue. Updated to XUnitV3.
This commit is contained in:
@@ -127,7 +127,7 @@ public abstract class VoiceWorksScanner(IHtmlLoader htmlLoader) : IVoiceWorksSca
|
||||
return AgeRating.R18;
|
||||
}
|
||||
|
||||
private static ScannedRating? GetScannedRating(HtmlNode starRatingNode)
|
||||
private static ScannedRating? GetScannedRating(HtmlNode? starRatingNode)
|
||||
{
|
||||
if (starRatingNode == null)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user