Skip to content

Commit 97a53c2

Browse files
AlanJerebBS\alan.jereb
authored and
BS\alan.jereb
committed
fix: collectLeaks method gxedLate filters by wrong LeakType - addition to previous commit, leaks were ignored
1 parent 7afc04b commit 97a53c2

File tree

1 file changed

+1
-1
lines changed
  • pkgs/leak_tracker/lib/src/leak_tracking/primitives

1 file changed

+1
-1
lines changed

pkgs/leak_tracker/lib/src/leak_tracking/primitives/model.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class IgnoredLeaksSet {
128128
@immutable
129129
class IgnoredLeaks {
130130
const IgnoredLeaks({
131-
this.experimentalNotGCed = const IgnoredLeaksSet.ignore(),
131+
this.experimentalNotGCed = const IgnoredLeaksSet(),
132132
this.notDisposed = const IgnoredLeaksSet(),
133133
this.createdByTestHelpers = false,
134134
this.testHelperExceptions = const [],

0 commit comments

Comments
 (0)