You've already forked FrameTour-BE
测试
This commit is contained in:
@ -87,4 +87,14 @@ public class BceFaceBodyAdapterTest {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testDeleteFace() {
|
||||||
|
BceFaceBodyAdapter adapter = getAdapter();
|
||||||
|
String db = "3972138108618674176";
|
||||||
|
List<String> entityIds = adapter.listFace(db, "", null, null);
|
||||||
|
entityIds.forEach(entityId -> {
|
||||||
|
adapter.deleteFace(db, entityId);
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user