change readonly boolean to role enum
This commit is contained in:
+2
-2
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user