Skip to content

Commit

Permalink
Update UserTests.cs
Browse files Browse the repository at this point in the history
Did remove dup assignment
  • Loading branch information
YBTopaz8 authored Dec 24, 2024
1 parent 32899dd commit 7086626
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Parse.Tests/UserTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -279,18 +279,6 @@ public async Task TestUserSave()
}
};

IObjectState newState = new MutableObjectState

{
ObjectId = "some0neTol4v4",
ServerData = new Dictionary<string, object>
{
["sessionToken"] = "llaKcolnu",
["username"] = "ihave",
["password"] = "adream"
}
};

IObjectState newState = new MutableObjectState
{
ServerData = new Dictionary<string, object>
Expand Down

0 comments on commit 7086626

Please sign in to comment.