Skip to content

Commit

Permalink
GrpcResponseDefinitionBuilder.withFixedDelay returning null instead o…
Browse files Browse the repository at this point in the history
…f this
  • Loading branch information
edeandrea committed Dec 19, 2023
1 parent b6cce3d commit 4b6577c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public GrpcResponseDefinitionBuilder withTemplatingEnabled(boolean enabled) {

public GrpcResponseDefinitionBuilder withFixedDelay(long milliseconds) {
this.delay = new FixedDelayDistribution(milliseconds);
return null;
return this;
}

public GrpcResponseDefinitionBuilder withRandomDelay(DelayDistribution distribution) {
Expand Down

0 comments on commit 4b6577c

Please sign in to comment.