Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Sep 17, 2024
1 parent 183d2e0 commit fbff9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Elastic.Channels.Tests/CalculatedPropertyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void BatchExportSizeAndDrainSizeConstraints(int maxInFlight, int bufferSi
else
channel.BatchExportSize.Should().Be(maxInFlight / expectedConcurrency);

// drain size is max'ed out at 100_000
// drain size is maxed out at 100_000
channel.DrainSize.Should().Be(Math.Min(100_000, drainSize));

}
Expand Down

0 comments on commit fbff9be

Please sign in to comment.