Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmk committed Aug 29, 2023
1 parent a3e807e commit 04dbe73
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/NATS.Client.JetStream.Tests/ConsumerConsumeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ public async Task Consume_msgs_test()
{
var cts = new CancellationTokenSource(TimeSpan.FromSeconds(30));

// await using var server = NatsServer.Start(
// outputHelper: _output,
// options: new NatsServerOptionsBuilder()
// .UseTransport(TransportType.Tcp)
// .Trace()
// .UseJetStream()
// .Build());
await using var server = NatsServer.StartJS();
var (nats, proxy) = server.CreateProxiedClientConnection();
var js = new NatsJSContext(nats);
Expand Down

0 comments on commit 04dbe73

Please sign in to comment.