Skip to content

Commit

Permalink
move MultiStringOverride.cs into auto faker helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Nov 14, 2024
1 parent a40caa1 commit a2e87bf
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion backend/FwLite/FwLiteProjectSync.Tests/EntrySyncTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using MiniLcm.Models;
using MiniLcm.SyncHelpers;
using MiniLcm.Tests.AutoFakerHelpers;
using MiniLcm.Tests.FakerOverrids;
using Soenneker.Utils.AutoBogus;

namespace FwLiteProjectSync.Tests;
Expand Down
2 changes: 1 addition & 1 deletion backend/FwLite/FwLiteProjectSync.Tests/UpdateDiffTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using FwLiteProjectSync.Tests.Fixtures;
using MiniLcm.Models;
using MiniLcm.SyncHelpers;
using MiniLcm.Tests.FakerOverrids;
using MiniLcm.Tests.AutoFakerHelpers;
using Soenneker.Utils.AutoBogus;
using Soenneker.Utils.AutoBogus.Config;

Expand Down
2 changes: 1 addition & 1 deletion backend/FwLite/LcmCrdt.Tests/DataModelSnapshotTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using Microsoft.Extensions.DependencyInjection.Extensions;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using MiniLcm.Tests.FakerOverrids;
using MiniLcm.Tests.AutoFakerHelpers;
using SIL.Harmony.Changes;
using SIL.Harmony.Entities;
using Soenneker.Utils.AutoBogus;
Expand Down
2 changes: 1 addition & 1 deletion backend/FwLite/LcmCrdt.Tests/EntityCopyMethodTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using SIL.Harmony.Entities;
using LcmCrdt.Objects;
using MiniLcm.Tests.FakerOverrids;
using MiniLcm.Tests.AutoFakerHelpers;
using SIL.Harmony;
using Soenneker.Utils.AutoBogus;
using Soenneker.Utils.AutoBogus.Config;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Soenneker.Utils.AutoBogus.Context;
using Soenneker.Utils.AutoBogus.Override;

namespace MiniLcm.Tests.FakerOverrids;
namespace MiniLcm.Tests.AutoFakerHelpers;

public class MultiStringOverride(string[]? validWs = null): AutoFakerOverride<MultiString>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Soenneker.Utils.AutoBogus.Context;
using Soenneker.Utils.AutoBogus.Override;

namespace MiniLcm.Tests.FakerOverrids;
namespace MiniLcm.Tests.AutoFakerHelpers;

public class WritingSystemIdOverride: AutoFakerOverride<WritingSystemId>
{
Expand Down
1 change: 0 additions & 1 deletion backend/FwLite/MiniLcm.Tests/MiniLcmTestBase.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using MiniLcm.Tests.AutoFakerHelpers;
using MiniLcm.Tests.FakerOverrids;
using Soenneker.Utils.AutoBogus;

namespace MiniLcm.Tests;
Expand Down

0 comments on commit a2e87bf

Please sign in to comment.