Commit adf279f
authored
Fix template manifest test (flutter#148616)
`'flutter create should tool exit if the template manifest cannot be read'` fails consistently, as shown by flutter#148614.
The test expects a `ToolExit` with the message "Unable to read the template manifest", but depending on how the test is being run, a different exception ("Cannot create a project within the Flutter SDK") is sometimes thrown first.
This pull request relocates the test project to `dev/` to prevent the extraneous error.1 parent 791a782 commit adf279f
File tree
1 file changed
+2
-3
lines changed- packages/flutter_tools/test/commands.shard/permeable
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3776 | 3776 | | |
3777 | 3777 | | |
3778 | 3778 | | |
3779 | | - | |
| 3779 | + | |
3780 | 3780 | | |
3781 | 3781 | | |
3782 | 3782 | | |
3783 | 3783 | | |
3784 | 3784 | | |
3785 | 3785 | | |
3786 | 3786 | | |
3787 | | - | |
3788 | | - | |
| 3787 | + | |
3789 | 3788 | | |
3790 | 3789 | | |
3791 | 3790 | | |
| |||
0 commit comments