mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Address some nullability in tests
This commit is contained in:
@@ -75,7 +75,7 @@ namespace SabreTools.Test.Filtering
|
||||
[InlineData("", "name")]
|
||||
[InlineData("C:\\Normal\\Depth\\Path", "name")]
|
||||
[InlineData("C:\\AbnormalFolderLengthPath\\ThatReallyPushesTheLimit\\OfHowLongYou\\ReallyShouldNameThings\\AndItGetsEvenWorse\\TheMoreSubfoldersThatYouTraverse\\BecauseWhyWouldYouStop\\AtSomethingReasonable\\LikeReallyThisIsGettingDumb\\AndIKnowItsJustATest\\ButNotAsMuchAsMe", "nam")]
|
||||
public void CleanDatItemTrimTest(string root, string expected)
|
||||
public void CleanDatItemTrimTest(string? root, string expected)
|
||||
{
|
||||
// Setup cleaner
|
||||
var cleaner = new Cleaner
|
||||
|
||||
Reference in New Issue
Block a user