Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit edd035c

Browse files
test: move test class, changed namespace
1 parent 8359e12 commit edd035c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tests/ServiceLayer.Common.Tests/FileParserTests.cs renamed to tests/ServiceLayer.Mesh.Tests/FileTypes/NbssAppointmentEvents/FileParserTests.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
using System.Globalization;
2+
using System.Text;
13
using CsvHelper;
24
using CsvHelper.Configuration;
35
using ServiceLayer.Mesh.FileTypes.NbssAppointmentEvents;
46
using ServiceLayer.Mesh.FileTypes.NbssAppointmentEvents.Models;
5-
using System.Globalization;
6-
using System.Text;
7+
using static ServiceLayer.Mesh.FileTypes.NbssAppointmentEvents.FileParser;
78

8-
namespace ServiceLayer.Common.Tests;
9+
namespace ServiceLayer.Mesh.Tests.FileTypes.NbssAppointmentEvents;
910

1011
public class FileParserTests
1112
{

0 commit comments

Comments
 (0)