Skip to content

Commit

Permalink
Improved Locking Mechanism, now using SemaphoreLock and some minor ch…
Browse files Browse the repository at this point in the history
…anges to test to avoid warnings
  • Loading branch information
YBTopaz8 committed Dec 11, 2024
1 parent d3164c5 commit ccf2807
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 227 deletions.
4 changes: 2 additions & 2 deletions Parse.Tests/ObjectTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -502,15 +502,15 @@ public void TestGetRelation_UnsavedObject()
}

[TestMethod]
public async Task TestGetRelation_SavedObject()
public void TestGetRelation_SavedObject()
{
//Todo : (YB) I will leave this to anyone else!
}



[TestMethod]
public async Task TestPropertyChanged()
public void TestPropertyChanged()
{
var obj = Client.CreateObject("TestClass");
bool propertyChangedFired = false;
Expand Down
Loading

0 comments on commit ccf2807

Please sign in to comment.