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,6 +1,5 @@
using CsvLib;
namespace CvsLib;
namespace CvsLib.Tests;
[TestSubject(typeof(CsvParser))]
public class CsvParserTest