Skip to content

Commit 22402c6

Browse files
committed
Fixed reference to incorrectly named object
1 parent 4244775 commit 22402c6

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)