Skip to content

Commit cf67555

Browse files
authored
Move lifecycle to paused before moving to detached (#1555)
1 parent 1596141 commit cf67555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flutter/test/widgets_binding_observer_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ void main() {
136136
expect(breadcrumb.level, SentryLevel.info);
137137

138138
// detached lifecycle event
139+
await sendLifecycle('paused');
139140
await sendLifecycle('detached');
140141

141142
breadcrumb =

0 commit comments

Comments
 (0)