We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02f09b commit 47bb0fcCopy full SHA for 47bb0fc
openapi-generator/test/builder_test.dart
@@ -132,8 +132,8 @@ class TestClassConfig extends OpenapiGeneratorConfig {}
132
'https://raw.githubusercontent.com/Nexushunter/tagmine-api/main/openapi.yaml';
133
final basePath = '${testSpecPath}output-nextgen/';
134
final f = File('${basePath}cache.json');
135
- tearDown(() {
136
- final b = File(basePath);
+ tearDownAll(() {
+ final b = Directory(basePath);
137
if (b.existsSync()) b.deleteSync(recursive: true);
138
});
139
0 commit comments