Skip to content

Commit

Permalink
redis#906 - add test for buffer usage ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincook committed Nov 20, 2018
1 parent d3797ee commit a5e7a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/io/lettuce/core/ClientOptionsUnitTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ void checkAssertions(ClientOptions sut) {
assertThat(sut.isPingBeforeActivateConnection()).isEqualTo(false);
assertThat(sut.isSuspendReconnectOnProtocolFailure()).isEqualTo(false);
assertThat(sut.getDisconnectedBehavior()).isEqualTo(ClientOptions.DisconnectedBehavior.DEFAULT);
assertThat(sut.getBufferUsageRatio()).isEqualTo(ClientOptions.DEFAULT_BUFFER_USAGE_RATIO);
}
}

0 comments on commit a5e7a44

Please sign in to comment.