add role to addUsersToAlbum endpoint
This commit is contained in:
+6
@@ -16,6 +16,12 @@ void main() {
|
||||
// final instance = AddUsersDto();
|
||||
|
||||
group('test AddUsersDto', () {
|
||||
// List<AddUserDto> albumUsers (default value: const [])
|
||||
test('to test the property `albumUsers`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// Deprecated in favor of albumUsers
|
||||
// List<String> sharedUserIds (default value: const [])
|
||||
test('to test the property `sharedUserIds`', () async {
|
||||
// TODO
|
||||
|
||||
Reference in New Issue
Block a user