Skip to content

Commit

Permalink
fix build_step_impl_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Oct 8, 2024
1 parent 47fefe5 commit d142fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/test/builder/build_step_impl_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void main() {
expect(aLib.definingCompilationUnit.libraryImports.length, 2);
expect(
aLib.definingCompilationUnit.libraryImports
.any((import) => import.library.name == 'b'),
.any((import) => import.importedLibrary!.name == 'b'),
isTrue);

var bLib = await resolver.findLibraryByName('b');
Expand Down

0 comments on commit d142fd8

Please sign in to comment.