fix(shorebird_cli): fix failing test (#1461)
This commit is contained in:
@@ -1697,7 +1697,8 @@ Please bump your version number and try again.''',
|
||||
|
||||
Directory setUpTempDir({String? flavor}) {
|
||||
final tempDir = Directory.systemTemp.createTempSync();
|
||||
File(p.join(tempDir.path, frameworkPath)).createSync(recursive: true);
|
||||
Directory(p.join(tempDir.path, frameworkPath))
|
||||
.createSync(recursive: true);
|
||||
return tempDir;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user