Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmk committed Feb 18, 2025
1 parent 88afe3b commit 69c6c47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/NATS.Client.JetStream.Tests/NatsJsContextFactoryTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ public class MockConnection : INatsConnection
public event AsyncEventHandler<NatsMessageDroppedEventArgs>? MessageDropped;

public event AsyncEventHandler<NatsLameDuckModeActivatedEventArgs>? LameDuckModeActivated;

public event AsyncEventHandler<NatsServerErrorEventArgs>? ServerError;
#pragma warning restore CS0067

public INatsServerInfo? ServerInfo { get; } = null;
Expand Down

0 comments on commit 69c6c47

Please sign in to comment.