Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Jul 10, 2024
1 parent a1e8592 commit 534a731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flutter/test/view_hierarchy/sentry_tree_walker_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ void main() {
await tester.runAsync(() async {
await tester.pumpWidget(MyApp());

final sentryViewHierarchy = walkWidgetTree(instance, SentryFlutterOptions());
final sentryViewHierarchy =
walkWidgetTree(instance, SentryFlutterOptions());

expect(sentryViewHierarchy!.renderingSystem, 'flutter');
});
Expand Down

0 comments on commit 534a731

Please sign in to comment.