Skip to content

Commit

Permalink
[pigeon] fixes flake in deduces package name test (flutter#2491)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke authored Aug 24, 2022
1 parent 48076c2 commit f92a645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pigeon/test/dart_generator_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ name: foobar
final String code = sink.toString();
expect(code, contains("import 'package:foobar/foo/bar.dart';"));
} finally {
tempDir.delete();
tempDir.deleteSync(recursive: true);
}
});
}

0 comments on commit f92a645

Please sign in to comment.