mirror of
https://github.com/immich-app/immich.git
synced 2025-11-22 10:00:41 +09:00
chore(server): auto sort open api spec (#3500)
* chore: recursively sort api keys * chore: open api
This commit is contained in:
@@ -16,13 +16,13 @@ void main() {
|
||||
// final instance = CheckDuplicateAssetResponseDto();
|
||||
|
||||
group('test CheckDuplicateAssetResponseDto', () {
|
||||
// bool isExist
|
||||
test('to test the property `isExist`', () async {
|
||||
// String id
|
||||
test('to test the property `id`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String id
|
||||
test('to test the property `id`', () async {
|
||||
// bool isExist
|
||||
test('to test the property `isExist`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user