diff --git a/dwds/test/instances/common/test_inspector.dart b/dwds/test/instances/common/test_inspector.dart index 7fce916bf..f14dd10fa 100644 --- a/dwds/test/instances/common/test_inspector.dart +++ b/dwds/test/instances/common/test_inspector.dart @@ -354,7 +354,7 @@ Matcher matchListClassRef(String type) => matchClassRef( Matcher matchMapClassRef(String type) => matchClassRef(name: type, libraryId: _dartJsHelperLibrary); Matcher matchSetClassRef(String type) => - matchClassRef(name: type, libraryId: _dartCollectionLibrary); + matchClassRef(name: type, libraryId: _dartJsHelperLibrary); Matcher matchClassRef({dynamic name, dynamic libraryId}) => isA() .having((e) => e.name, 'class ref name', name)