mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
43ec0b77a0
* Add on this day * add query for x year * dev: add query * dev: front end * dev: styling * styling * more styling * add new page * navigating * navigate back and forth * styling * show gallery * fix test * fix test * show previous and next title * fix test * show up down scrolling button * more styling * styling * fix app bar * fix height of next/previous * autoplay * auto play * refactor * refactor * refactor * show date * Navigate * finish * pr feedback
33 lines
720 B
Dart
Generated
33 lines
720 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 MemoryLaneResponseDto
|
|
void main() {
|
|
// final instance = MemoryLaneResponseDto();
|
|
|
|
group('test MemoryLaneResponseDto', () {
|
|
// String title
|
|
test('to test the property `title`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// List<AssetResponseDto> assets (default value: const [])
|
|
test('to test the property `assets`', () async {
|
|
// TODO
|
|
});
|
|
|
|
|
|
});
|
|
|
|
}
|