mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 17:25:35 +03:00
Fixed openapi generation command for mobile
This commit is contained in:
@@ -16,13 +16,13 @@ void main() {
|
||||
// final instance = CreateDeviceInfoDto();
|
||||
|
||||
group('test CreateDeviceInfoDto', () {
|
||||
// String deviceId
|
||||
test('to test the property `deviceId`', () async {
|
||||
// DeviceTypeEnum deviceType
|
||||
test('to test the property `deviceType`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String deviceType
|
||||
test('to test the property `deviceType`', () async {
|
||||
// String deviceId
|
||||
test('to test the property `deviceId`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user