Skip to content

Commit fc687ba

Browse files
committed
Fix missing assertThrows closing brackets
1 parent bd7dd28 commit fc687ba

File tree

1 file changed

+1
-0
lines changed
  • hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/ssl

1 file changed

+1
-0
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/ssl/TestSSLFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ public void serverModeWithoutClientCertsSocket() throws Exception {
198198
public void serverModeWithClientCertsSocket() throws Exception {
199199
assertThrows(IllegalStateException.class, () -> {
200200
serverMode(true, true);
201+
});
201202
}
202203

203204
@Test

0 commit comments

Comments
 (0)