File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
hadoop-common-project/hadoop-nfs/src/test/java/org/apache/hadoop/nfs Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -208,17 +208,17 @@ public void testMultiMatchers() throws Exception {
208208
209209 @ Test
210210 public void testInvalidHost () {
211- Assertions .assertThrows (IllegalArgumentException .class , () -> {
212- NfsExports matcher = new NfsExports (CacheSize , ExpirationPeriod ,
213- "foo#bar" );
214- });
211+ Assertions .assertThrows (IllegalArgumentException .class , () -> {
212+ NfsExports matcher = new NfsExports (CacheSize , ExpirationPeriod ,
213+ "foo#bar" );
214+ });
215215 }
216216
217217 @ Test
218218 public void testInvalidSeparator () {
219- Assertions .assertThrows (IllegalArgumentException .class , () -> {
220- NfsExports matcher = new NfsExports (CacheSize , ExpirationPeriod ,
221- "foo ro : bar rw" );
222- });
219+ Assertions .assertThrows (IllegalArgumentException .class , () -> {
220+ NfsExports matcher = new NfsExports (CacheSize , ExpirationPeriod ,
221+ "foo ro : bar rw" );
222+ });
223223 }
224224}
You can’t perform that action at this time.
0 commit comments