immich/mobile/openapi/test/release_event_v1_test.dart

49 lines
1.1 KiB
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 ReleaseEventV1
void main() {
// final instance = ReleaseEventV1();
group('test ReleaseEventV1', () {
// When the server last checked for a latest version. As an ISO timestamp
// String checkedAt
test('to test the property `checkedAt`', () async {
// TODO
});
// Whether a new version is available
// bool isAvailable
test('to test the property `isAvailable`', () async {
// TODO
});
// ServerVersionResponseDto releaseVersion
test('to test the property `releaseVersion`', () async {
// TODO
});
// ServerVersionResponseDto serverVersion
test('to test the property `serverVersion`', () async {
// TODO
});
// ReleaseType type
test('to test the property `type`', () async {
// TODO
});
});
}