pr feedback

This commit is contained in:
martabal
2024-05-12 17:25:49 +02:00
parent 7ced61e67d
commit 0f6e665d99
13 changed files with 74 additions and 32 deletions
@@ -16,13 +16,13 @@ void main() {
// final instance = PeopleWithFacesResponseDto();
group('test PeopleWithFacesResponseDto', () {
// List<PersonWithFacesResponseDto> faces (default value: const [])
test('to test the property `faces`', () async {
// int numberOfFaces
test('to test the property `numberOfFaces`', () async {
// TODO
});
// int numberOfFaces
test('to test the property `numberOfFaces`', () async {
// List<PersonWithFacesResponseDto> visiblePeople (default value: const [])
test('to test the property `visiblePeople`', () async {
// TODO
});