File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/test/package/api_export Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ void main() {
7373 ],
7474 testProfile: _testProfile,
7575 (fakeTime) async {
76- // Since we want to verify post-upload tasks triggering API exporter,
77- // we cannot use an isolated instance, we need to use the same setup.
78- // However, for better control and consistency, we can remove all the
79- // existing files from the bucket at the start of this test:
76+ // Since we want to verify post-upload tasks triggering API exporter,
77+ // we cannot use an isolated instance, we need to use the same setup.
78+ // However, for better control and consistency, we can remove all the
79+ // existing files from the bucket at the start of this test:
8080 await apiExporter! .stop ();
8181 final bucket =
8282 storageService.bucket (activeConfiguration.exportedApiBucketName! );
You can’t perform that action at this time.
0 commit comments