We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cee1b9 commit 3f08dfcCopy full SHA for 3f08dfc
Flow.Launcher.Test/Plugins/JsonRPCPluginTest.cs
@@ -48,7 +48,7 @@ public async Task GivenVariousJsonText_WhenVariousNamingCase_ThenExpectNotNullRe
48
foreach (var result in results)
49
{
50
Assert.IsNotNull(result);
51
- Assert.IsNotNull(result.Action);
+ Assert.IsNotNull(result.ActionAsync);
52
Assert.IsNotNull(result.Title);
53
}
54
@@ -92,7 +92,7 @@ public async Task GivenModel_WhenSerializeWithDifferentNamingPolicy_ThenExpectSa
92
Assert.AreEqual(result1, referenceResult);
93
94
Assert.IsNotNull(result1);
95
- Assert.IsNotNull(result1.Action);
+ Assert.IsNotNull(result1.ActionAsync);
96
97
98
0 commit comments