!9 测试用例路径问题

Merge pull request !9 from 等风来/master
This commit is contained in:
divenswu 2023-02-09 10:08:32 +00:00 committed by Gitee
commit 5299eada33
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -49,7 +49,7 @@ public class FaceSearchExample {
/**添加样本数据*/
public static void index(){
String indexPath = "face-search-test/src/main/resources/image/noface";
String indexPath = "face-search-test/src/main/resources/image/validate/noface";
for(String name : Objects.requireNonNull(new File(indexPath).list())){
System.out.println(name);
File files[] = Paths.get(indexPath, name).toFile().listFiles();