Skip to content

Commit

Permalink
[Use] MappingProvider insteand of IMappingProvider in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Dec 8, 2024
1 parent c4a32b9 commit dcbac6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DEH-CSV.Tests/CsvWriterTestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class CsvWriterTestFixture

private IterationReader iterationReader;

private IMappingProvider mappingProvider;
private MappingProvider mappingProvider;

private Uri uri;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,12 @@
namespace STARIONGROUP.DEHCSV.Tests.CustomProperties
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;

using CDP4Common.CommonData;
using CDP4Dal;
using CDP4Dal.DAL;

using Microsoft.Extensions.Logging;

using NUnit.Framework;

using STARIONGROUP.DEHCSV.CustomProperties;
Expand All @@ -48,7 +43,7 @@ public class ThingTimeStampedCSVWriterTestFixture

private IterationReader iterationReader;

private IMappingProvider mappingProvider;
private MappingProvider mappingProvider;

private Uri uri;

Expand Down

0 comments on commit dcbac6b

Please sign in to comment.