Skip to content

Commit

Permalink
Test clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Oct 19, 2019
1 parent 484e76f commit bcb4df5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/fvm_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,6 @@ void main() {
});
});

test('Fail Run Flutter Command', () async {
try {
await fvmRunner(['flutter']);
fail('Exception not thrown');
} on Exception {
expect(true, true);
}
});

group('Config', () {
test('Set Cache-Path', () async {
try {
Expand Down

0 comments on commit bcb4df5

Please sign in to comment.