Skip to content

Commit

Permalink
Update pkgs/sdk/server-ai/test/InterpolationTests.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew M. Keeler <[email protected]>
  • Loading branch information
cwaldren-ld and keelerm84 authored Nov 19, 2024
1 parent 4eeaca6 commit 0e38f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/sdk/server-ai/test/InterpolationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public void TestInterpolationMultiKindDoesNotHaveAnonymousAttribute()
{ "count", LdValue.Of(12) }
})).Build();

var cat= Context.Builder(ContextKind.Of("cat"), "456")
var cat = Context.Builder(ContextKind.Of("cat"), "456")
.Set("health", LdValue.ObjectFrom(new Dictionary<string, LdValue>
{
{ "hunger", LdValue.Of("off the charts") }
Expand Down

0 comments on commit 0e38f1e

Please sign in to comment.