mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 01:11:32 +03:00
Fixed openapi generation command for mobile
This commit is contained in:
12
mobile/openapi/test/exif_response_dto_test.dart
generated
12
mobile/openapi/test/exif_response_dto_test.dart
generated
@@ -16,11 +16,16 @@ void main() {
|
||||
// final instance = ExifResponseDto();
|
||||
|
||||
group('test ExifResponseDto', () {
|
||||
// String id
|
||||
// int id
|
||||
test('to test the property `id`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// int fileSizeInByte
|
||||
test('to test the property `fileSizeInByte`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String make
|
||||
test('to test the property `make`', () async {
|
||||
// TODO
|
||||
@@ -46,11 +51,6 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// num fileSizeInByte
|
||||
test('to test the property `fileSizeInByte`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String orientation
|
||||
test('to test the property `orientation`', () async {
|
||||
// TODO
|
||||
|
||||
Reference in New Issue
Block a user