mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rename to WriterTests
This commit is contained in:
@@ -2,10 +2,9 @@ using SabreTools.DatFiles;
|
|||||||
using SabreTools.DatTools;
|
using SabreTools.DatTools;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace SabreTools.Test.DatFiles
|
namespace SabreTools.Test.DatTools
|
||||||
{
|
{
|
||||||
// TODO: Migrate tests to WriterTests when available
|
public class WriterTests
|
||||||
public class DatHeaderTests
|
|
||||||
{
|
{
|
||||||
[Theory]
|
[Theory]
|
||||||
[InlineData(DatFormat.CSV, "csv")]
|
[InlineData(DatFormat.CSV, "csv")]
|
||||||
Reference in New Issue
Block a user