Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 9ae4fb7

Browse files
committed
Adding unit test class for json work.
1 parent b43682e commit 9ae4fb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/SymphonyOSS.RestApiClient.Tests/JsonSubtypeConverterTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace SymphonyOSS.RestApiClient.Tests
2323
{
2424
using Xunit;
2525

26-
public class JsonSubtypesTest
26+
public class JsonSubtypeConverterTest
2727
{
2828
[Fact]
2929
public void EnsureV2Message_can_be_deserialized()

test/SymphonyOSS.RestApiClient.Tests/SymphonyOSS.RestApiClient.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</Otherwise>
8686
</Choose>
8787
<ItemGroup>
88-
<Compile Include="JsonSubtypesTest.cs" />
88+
<Compile Include="JsonSubtypeConverterTest.cs" />
8989
<Compile Include="AgentApiFactoryTest.cs" />
9090
<Compile Include="AuthenticatorApiFactoryTest.cs" />
9191
<Compile Include="DatafeedApiTest.cs" />

0 commit comments

Comments
 (0)