Skip to content

Commit a5c1ffb

Browse files
Deleted Serialize_ClientInfo_WithNull Unit Test in JasonHelperTests (#5527)
1 parent cf7a510 commit a5c1ffb

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/Microsoft.Identity.Test.Unit/UtilTests/JsonHelperTests.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,6 @@ public void Serialize_ClientInfo()
7070
JsonTestUtils.AssertJsonDeepEquals(expectedJson, actualJson);
7171
}
7272

73-
[TestMethod]
74-
public void Serialize_ClientInfo_WithNull()
75-
{
76-
ClientInfo clientInfo = new ClientInfo() { UniqueObjectIdentifier = "some_uid" };
77-
78-
string actualJson = JsonHelper.SerializeToJson(clientInfo);
79-
string expectedJson = @"{
80-
""uid"": ""some_uid"",
81-
""utid"": null
82-
}";
83-
84-
JsonTestUtils.AssertJsonDeepEquals(expectedJson, actualJson);
85-
}
86-
8773
[TestMethod]
8874
public void Serialize_OldDictionaryTokenCache()
8975
{

0 commit comments

Comments
 (0)