Skip to content

Commit 05e9301

Browse files
committed
fix: test
1 parent fefb157 commit 05e9301

File tree

1 file changed

+1
-1
lines changed
  • test/SemanticKernel.DashScope.UnitTest

1 file changed

+1
-1
lines changed

test/SemanticKernel.DashScope.UnitTest/Cases.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static class Cases
5555

5656
public static KernelFunction NormalFunction(Action method)
5757
=> KernelFunctionFactory.CreateFromMethod(
58-
(string _) =>
58+
(string location) =>
5959
{
6060
method();
6161
return "Weather";

0 commit comments

Comments
 (0)