Skip to content

Commit

Permalink
correction test dossier gestionnaire
Browse files Browse the repository at this point in the history
  • Loading branch information
khergalant committed Jul 17, 2024
1 parent 970886b commit 6815b7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public String getType() {
@Override
public Boolean testSession() {
final Boolean testGest = directoryExistFileSystem(folderCandidat);
final Boolean testCand = directoryExistFileSystem(folderCandidat);
final Boolean testCand = directoryExistFileSystem(folderGestionnaire);
if (!testGest || !testCand) {
return false;
}
Expand Down

0 comments on commit 6815b7b

Please sign in to comment.