change readonly boolean to role enum

This commit is contained in:
mgabor
2024-04-17 09:31:56 +02:00
parent 9126bf2520
commit 87bc244b68
30 changed files with 297 additions and 141 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ void main() {
// final instance = UpdateAlbumUserDto();
group('test UpdateAlbumUserDto', () {
// bool readonly
test('to test the property `readonly`', () async {
// AlbumUserRole role
test('to test the property `role`', () async {
// TODO
});