Skip to content

Commit

Permalink
Test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmk committed Jul 4, 2023
1 parent 99186e0 commit 5d49c65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/NATS.Client.Core.Tests/NatsConnectionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ public async Task RequestTest(int minSize)
}
if (m.Data == 100)
{
await m.ReplyAsync(default(string));
return;
}
await m.ReplyAsync(text + m.Data);
});
Expand Down

0 comments on commit 5d49c65

Please sign in to comment.