mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 01:11:07 +03: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 = SmartInfoResponseDto();
|
||||
|
||||
group('test SmartInfoResponseDto', () {
|
||||
// List<String> tags (default value: const [])
|
||||
test('to test the property `tags`', () async {
|
||||
// List<String> objects (default value: const [])
|
||||
test('to test the property `objects`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// List<String> objects (default value: const [])
|
||||
test('to test the property `objects`', () async {
|
||||
// List<String> tags (default value: const [])
|
||||
test('to test the property `tags`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user