immich/mobile/openapi/test/sync_user_metadata_v1_test.dart

39 lines
850 B
Dart

//
// AUTO-GENERATED FILE, DO NOT MODIFY!
//
// @dart=2.18
// ignore_for_file: unused_element, unused_import
// ignore_for_file: always_put_required_named_parameters_first
// ignore_for_file: constant_identifier_names
// ignore_for_file: lines_longer_than_80_chars
import 'package:openapi/api.dart';
import 'package:test/test.dart';
// tests for SyncUserMetadataV1
void main() {
// final instance = SyncUserMetadataV1();
group('test SyncUserMetadataV1', () {
// UserMetadataKey key
test('to test the property `key`', () async {
// TODO
});
// User ID
// String userId
test('to test the property `userId`', () async {
// TODO
});
// User metadata value
// Map<String, Object> value (default value: const {})
test('to test the property `value`', () async {
// TODO
});
});
}