Files
SabreTools.RedumpLib/SabreTools.RedumpLib.Test/DownloaderTests.cs
2025-11-13 08:09:47 -05:00

9 lines
199 B
C#

namespace SabreTools.RedumpLib.Test
{
public class DownloaderTests
{
// Tests here will require installing and using the Moq library
// to mock the RedumpClient type.
}
}