Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-alhuang committed Jul 16, 2024
1 parent 89e2a4a commit 5f57e88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public void testDropChannel() throws Exception {
@Test
public void testParameterOverrides() throws Exception {
Map<String, Object> parameterMap = new HashMap<>();
parameterMap.put(ParameterProvider.MAX_CLIENT_LAG, "3 sec");
parameterMap.put(ParameterProvider.MAX_CLIENT_LAG, "3 seconds");
parameterMap.put(ParameterProvider.BUFFER_FLUSH_CHECK_INTERVAL_IN_MILLIS, 50L);
parameterMap.put(ParameterProvider.INSERT_THROTTLE_THRESHOLD_IN_PERCENTAGE, 1);
parameterMap.put(ParameterProvider.INSERT_THROTTLE_THRESHOLD_IN_BYTES, 1024);
Expand Down

0 comments on commit 5f57e88

Please sign in to comment.