fix: remove duplicate folder
This commit is contained in:
parent
f4c2fdb4a6
commit
d959acdf1c
@ -16,9 +16,9 @@ internal class ClientDataModelTests
|
|||||||
[Test]
|
[Test]
|
||||||
public void IdIsNullOrEmptyTest()
|
public void IdIsNullOrEmptyTest()
|
||||||
{
|
{
|
||||||
client = CreateDataModel(null, "fio", "+7-777-777-77-77");
|
client = CreateDataModel(null, "Fio Fio Fio", "+7-777-777-77-77");
|
||||||
Assert.That(() => client.Validate(), Throws.TypeOf<ValidationFieldException>());
|
Assert.That(() => client.Validate(), Throws.TypeOf<ValidationFieldException>());
|
||||||
client = CreateDataModel(string.Empty, "fio", "+7-777-777-77-77");
|
client = CreateDataModel(string.Empty, "Fio Fio Fio", "+7-777-777-77-77");
|
||||||
Assert.That(() => client.Validate(), Throws.TypeOf<ValidationFieldException>());
|
Assert.That(() => client.Validate(), Throws.TypeOf<ValidationFieldException>());
|
||||||
}
|
}
|
||||||
|
|
@ -17,7 +17,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\..\SoftwareInstallationContracts\SoftwareInstallationContracts\SoftwareInstallationContracts.csproj" />
|
<ProjectReference Include="..\SoftwareInstallationContracts\SoftwareInstallationContracts\SoftwareInstallationContracts.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
|
||||||
|
|
||||||
<PropertyGroup>
|
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
|
||||||
<LangVersion>latest</LangVersion>
|
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
|
||||||
<Nullable>enable</Nullable>
|
|
||||||
<IsPackable>false</IsPackable>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<PackageReference Include="coverlet.collector" Version="6.0.2" />
|
|
||||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
|
|
||||||
<PackageReference Include="NUnit" Version="4.2.2" />
|
|
||||||
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
|
|
||||||
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="..\..\SoftwareInstallationContracts\SoftwareInstallationContracts\SoftwareInstallationContracts.csproj" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Using Include="NUnit.Framework" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
|
Loading…
x
Reference in New Issue
Block a user