Files
SabreTools.RedumpLib/SabreTools.RedumpLib.Test/DownloaderTests.cs
2024-12-01 21:09:15 -05:00

8 lines
198 B
C#

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