Skip to content

Commit 3f08dfc

Browse files
committed
Update test
1 parent 4cee1b9 commit 3f08dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Test/Plugins/JsonRPCPluginTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public async Task GivenVariousJsonText_WhenVariousNamingCase_ThenExpectNotNullRe
4848
foreach (var result in results)
4949
{
5050
Assert.IsNotNull(result);
51-
Assert.IsNotNull(result.Action);
51+
Assert.IsNotNull(result.ActionAsync);
5252
Assert.IsNotNull(result.Title);
5353
}
5454

@@ -92,7 +92,7 @@ public async Task GivenModel_WhenSerializeWithDifferentNamingPolicy_ThenExpectSa
9292
Assert.AreEqual(result1, referenceResult);
9393

9494
Assert.IsNotNull(result1);
95-
Assert.IsNotNull(result1.Action);
95+
Assert.IsNotNull(result1.ActionAsync);
9696
}
9797
}
9898

0 commit comments

Comments
 (0)