CsvLib.Tests: Fix root namespace

This commit is contained in:
2024-02-18 16:04:56 +01:00
parent afcd404dfc
commit 9429751e65
5 changed files with 6 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
using System.Text;
using CsvLib;
namespace CvsLib;
namespace CvsLib.Tests;
[TestSubject(typeof(CsvFieldIndexer))]
public class CsvFieldIndexerTests