Fixed openapi generation command for mobile

This commit is contained in:
Alex Tran
2022-12-06 16:10:04 -06:00
parent f91bdc2785
commit b5a5363a6a
82 changed files with 363 additions and 4231 deletions

View File

@@ -16,22 +16,22 @@ void main() {
// final instance = ServerVersionReponseDto();
group('test ServerVersionReponseDto', () {
// num major
// int major
test('to test the property `major`', () async {
// TODO
});
// num minor
// int minor
test('to test the property `minor`', () async {
// TODO
});
// num patch_
// int patch_
test('to test the property `patch_`', () async {
// TODO
});
// num build
// int build
test('to test the property `build`', () async {
// TODO
});