Skip to content

Commit 42af077

Browse files
committed
Moved Picking tests to match source location
1 parent bd5b292 commit 42af077

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

TestStack.Dossier.Tests/Picking/PickingTests.cs renamed to TestStack.Dossier.Tests/DataSources/Picking/PickingTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
using System.Linq;
22
using Shouldly;
3-
using TestStack.Dossier.DataSources;
43
using TestStack.Dossier.DataSources.Picking;
54
using TestStack.Dossier.Lists;
65
using TestStack.Dossier.Tests.TestHelpers.Objects.Entities;
76
using Xunit;
87

9-
namespace TestStack.Dossier.Tests.Picking
8+
namespace TestStack.Dossier.Tests.DataSources.Picking
109
{
1110
public class PickingTests
1211
{

TestStack.Dossier.Tests/TestStack.Dossier.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<Compile Include="Builder_CreateListTests.cs" />
5959
<Compile Include="Builder_CreateNewTests.cs" />
6060
<Compile Include="Builder_SetUsingBuilderTests.cs" />
61-
<Compile Include="Picking\PickingTests.cs" />
61+
<Compile Include="DataSources\Picking\PickingTests.cs" />
6262
<Compile Include="TestHelpers\Builders\AddressViewModelBuilder.cs" />
6363
<Compile Include="TestHelpers\Builders\AutoConstructorCustomerBuilder.cs" />
6464
<Compile Include="ChildBuilderTests.cs" />

0 commit comments

Comments
 (0)