Skip to content

Commit

Permalink
Merge branch 'main' into cw/sdk-875-ai-config-tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Nov 6, 2024
2 parents 42a6b05 + 0ba54e4 commit 59dc7e7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/sdk/server-ai/test/LdAiConfigTrackerTest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
using Xunit;

namespace LaunchDarkly.Sdk.Server.Ai
{
public class LdAiTrackerTest
{
[Fact]
public void CanCallDispose()
{
var tracker = new LdAiConfigTracker(null);
tracker.Dispose();
}
}
}

0 comments on commit 59dc7e7

Please sign in to comment.