Skip to content

Commit 6230c18

Browse files
committed
Merge pull request restsharp#408 from scottschluer/fix-json-error
Fixed reference to incorrectly named object
2 parents 4244775 + 22402c6 commit 6230c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RestSharp.Tests/JsonTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ private string CreateJsonWithNullValues()
797797

798798
private string CreateJsonWithEmptyValues()
799799
{
800-
var doc = new JObject();
800+
var doc = new JsonObject();
801801
doc["Id"] = "";
802802
doc["StartDate"] = "";
803803
doc["UniqueId"] = "";

0 commit comments

Comments
 (0)