@@ -116,7 +116,7 @@ protected FileSystemTestHelper createFileSystemHelper() {
116
116
117
117
@ TempDir
118
118
public File temporaryFolder ;
119
-
119
+
120
120
@ BeforeEach
121
121
public void setUp () throws Exception {
122
122
initializeTargetTestRoot ();
@@ -174,7 +174,7 @@ public void testGetMountPoints() {
174
174
LOG .info ("MountPoint: " + mountPoint .getMountedOnPath () + " => "
175
175
+ mountPoint .getTargetFileSystemURIs ()[0 ]);
176
176
}
177
- Assertions .assertEquals (mountPoints .length , getExpectedMountPoints ());
177
+ Assertions .assertEquals (mountPoints .length , getExpectedMountPoints ());
178
178
}
179
179
180
180
int getExpectedMountPoints () {
@@ -190,7 +190,7 @@ int getExpectedMountPoints() {
190
190
public void testGetDelegationTokens () throws IOException {
191
191
Token <?>[] delTokens =
192
192
fsView .addDelegationTokens ("sanjay" , new Credentials ());
193
- Assertions .assertEquals (delTokens .length , getExpectedDelegationTokenCount ());
193
+ Assertions .assertEquals (delTokens .length , getExpectedDelegationTokenCount ());
194
194
}
195
195
196
196
int getExpectedDelegationTokenCount () {
@@ -735,7 +735,7 @@ private void testListOnMountTargetDirsInternal(boolean located)
735
735
Assertions .assertTrue (fs .isFile (), "Created file shoudl appear as a file" );
736
736
fs = fileSystemTestHelper .containsPath (fsView , "/data/dirX" , dirPaths );
737
737
Assertions .assertNotNull (fs );
738
- Assertions .assertTrue (fs .isDirectory (), "Created dir should appear as a dir" );
738
+ Assertions .assertTrue (fs .isDirectory (), "Created dir should appear as a dir" );
739
739
}
740
740
741
741
private FileStatus [] listStatusInternal (boolean located , Path dataPath ) throws IOException {
0 commit comments