Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Aug 24, 2024
1 parent c3e0380 commit b4a1ff3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pkgs/leak_tracker_flutter_testing/lib/src/matchers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Future<List<ObjectEvent>> memoryEvents(
return events;
}

/// Checks if Iterable<ObjectEvent> contains two events,
/// Checks if `Iterable<ObjectEvent>` contains two events,
/// first `ObjectCreated` and then `ObjectDisposed`.
Matcher areCreateAndDispose = const _AreCreateAndDispose();

Expand Down
4 changes: 0 additions & 4 deletions tool/analyze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ cd -

cd $TOOL_DIR/../pkgs/leak_tracker_flutter_testing
flutter analyze --fatal-infos

echo "--------- Content of lib/src/matchers.dart:"
cat lib/src/matchers.dart
echo "--------- End of content of lib/src/matchers.dart."
cd -

cd $TOOL_DIR/../pkgs/leak_tracker_testing
Expand Down

0 comments on commit b4a1ff3

Please sign in to comment.