Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Feb 16, 2024
1 parent b9e5572 commit e220cc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private static class TestCommandManager extends CommandManager {

public TestCommandManager(Response responseToReturn) {
super(null);
response = responseToReturn;
response = responseToReturn != null ? responseToReturn : Response.newBuilder().build();
}

@Override
Expand Down

0 comments on commit e220cc5

Please sign in to comment.