Skip to content

Commit

Permalink
removed useless test case
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaverickProgrammer committed Sep 24, 2024
1 parent be049b9 commit 7dc7699
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions source_gen/test/builder_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,6 @@ void main() {
test('Omits generated comments if writeDescriptions is explicitly false',
() async {
final srcs = _createPackageStub();
final builder = LibraryBuilder(
const CommentGenerator(),
writeDescriptions: false,
);

// With default header
await testBuilder(
builder,
srcs,
generateFor: {'$_pkgName|lib/test_lib.dart'},
outputs: {
'$_pkgName|lib/test_lib.g.dart':
decodedMatches(startsWith(defaultFileHeader)),
},
);

// Explicitly empty header
final builderEmptyHeader = LibraryBuilder(
Expand Down

0 comments on commit 7dc7699

Please sign in to comment.