Skip to content

Commit d9ec311

Browse files
committed
Live query event args test corrections
1 parent c59316b commit d9ec311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Parse.Tests/LiveQueryDualEventArgsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public void SetUp()
2525
public void TearDown() => (Client.Services as ServiceHub).Reset();
2626

2727
[TestMethod]
28-
public void TestParseLiveQueryErrorEventArgsConstructor()
28+
public void TestParseLiveQueryDualEventArgsConstructor()
2929
{
3030
IObjectState state = new MutableObjectState
3131
{

Parse.Tests/LiveQueryEventArgsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public void SetUp()
2525
public void TearDown() => (Client.Services as ServiceHub).Reset();
2626

2727
[TestMethod]
28-
public void TestParseLiveQueryErrorEventArgsConstructor()
28+
public void TestParseLiveQueryEventArgsConstructor()
2929
{
3030
IObjectState state = new MutableObjectState
3131
{

0 commit comments

Comments
 (0)