mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Fixed openapi generation command for mobile
This commit is contained in:
10
mobile/openapi/test/job_counts_test.dart
generated
10
mobile/openapi/test/job_counts_test.dart
generated
@@ -16,27 +16,27 @@ void main() {
|
||||
// final instance = JobCounts();
|
||||
|
||||
group('test JobCounts', () {
|
||||
// num active
|
||||
// int active
|
||||
test('to test the property `active`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// num completed
|
||||
// int completed
|
||||
test('to test the property `completed`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// num failed
|
||||
// int failed
|
||||
test('to test the property `failed`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// num delayed
|
||||
// int delayed
|
||||
test('to test the property `delayed`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// num waiting
|
||||
// int waiting
|
||||
test('to test the property `waiting`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user