Files
immich/mobile/openapi/test/rule_response_dto_test.dart
T
Jason Rasmussen ea6bc8fb10 chore: open api
2023-08-11 21:58:29 -04:00

43 lines
843 B
Dart
Generated

//
// AUTO-GENERATED FILE, DO NOT MODIFY!
//
// @dart=2.12
// 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 RuleResponseDto
void main() {
// final instance = RuleResponseDto();
group('test RuleResponseDto', () {
// String id
test('to test the property `id`', () async {
// TODO
});
// RuleKey key
test('to test the property `key`', () async {
// TODO
});
// String ownerId
test('to test the property `ownerId`', () async {
// TODO
});
// Object value
test('to test the property `value`', () async {
// TODO
});
});
}