mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-02-04 05:36:11 +00:00
9 lines
199 B
C#
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.
|
|
}
|
|
}
|