Skip to content

Commit

Permalink
chore: Add test result
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith committed Oct 31, 2024
1 parent e08fa9c commit fcacf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-dotnet/tests/Inferable.Tests/InferableTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ async public void Inferable_Run_E2E()
Description = "A simple greeting function",
Func = new Func<TestInput, object?>((input) => {
didCallSayHello = true;
return null;
return $"Hello {input.testString}";
}),
});

Expand Down

0 comments on commit fcacf5c

Please sign in to comment.