Skip to content

Commit 42e96d4

Browse files
committed
chore: run melos format
1 parent 98c6048 commit 42e96d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi-generator/test/builder_test.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class TestClassConfig extends OpenapiGeneratorConfig {}
234234
'dart', ['run', 'openapi_generator_cli:main', ...args.jarArgs],
235235
runInShell: Platform.isWindows,
236236
workingDirectory: Directory.current.path));
237-
},skip: true);
237+
}, skip: true);
238238

239239
test('openApiJar with expected args', () async {
240240
openapiSpecCache
@@ -571,7 +571,7 @@ class TestClassConfig extends OpenapiGeneratorConfig {}
571571
generatorName: Generator.dio,
572572
cachePath: openapiSpecCache.path,
573573
outputDirectory: '${openapiSpecCache.parent.path}/update-cache',
574-
));
574+
));
575575
expect(openapiSpecCache.existsSync(), isTrue);
576576
expect(jsonDecode(openapiSpecCache.readAsStringSync()),
577577
await loadSpec(specConfig: RemoteSpec(path: specPath)));
@@ -593,7 +593,7 @@ class TestClassConfig extends OpenapiGeneratorConfig {}
593593
expect(
594594
generatedOutput, contains('Successfully cached spec changes.'));
595595
});
596-
},skip: true);
596+
}, skip: true);
597597
});
598598
});
599599
}

0 commit comments

Comments
 (0)