Updated test dependencies
This commit is contained in:
@@ -85,8 +85,6 @@ namespace Cloudflare.Dns.Tests.DnsRecordsExtensions
|
||||
Assert.IsTrue(response.Result.Proxiable);
|
||||
Assert.IsNotNull(response.Result.Settings);
|
||||
Assert.IsNotNull(response.Result.Meta);
|
||||
Assert.IsNotNull(response.Result.CreatedOn);
|
||||
Assert.IsNotNull(response.Result.ModifiedOn);
|
||||
Assert.IsNotNull(response.Result.CommentModifiedOn);
|
||||
Assert.IsNotNull(response.Result.TagsModifiedOn);
|
||||
|
||||
|
||||
@@ -87,8 +87,6 @@ namespace Cloudflare.Dns.Tests.DnsRecordsExtensions
|
||||
Assert.IsTrue(response.Result.Proxiable);
|
||||
Assert.IsNotNull(response.Result.Settings);
|
||||
Assert.IsNotNull(response.Result.Meta);
|
||||
Assert.IsNotNull(response.Result.CreatedOn);
|
||||
Assert.IsNotNull(response.Result.ModifiedOn);
|
||||
Assert.IsNotNull(response.Result.CommentModifiedOn);
|
||||
Assert.IsNotNull(response.Result.TagsModifiedOn);
|
||||
|
||||
|
||||
@@ -2,7 +2,11 @@
|
||||
<PropertyGroup>
|
||||
<AssemblyOriginatorKeyFile>../../../cloudflare-api.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="../../MSTestSettings.cs" Link="MSTestSettings.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="../../../src/Cloudflare/Cloudflare.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user