Skip to content

Commit abbbd66

Browse files
nohliCopilot
andauthored
Update example/integration_test/android_id_test.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dd090db commit abbbd66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/integration_test/android_id_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ void main() {
6161
testWidgets(
6262
'getId should work after hot restart',
6363
(WidgetTester tester) async {
64-
// This simulates what happens during development
65-
// The plugin should remain registered
64+
// This test verifies that the plugin remains registered and functional
65+
// after pumping frames. Note: Hot restart cannot be simulated in integration tests.
6666

6767
final id = await androidIdPlugin.getId();
6868
expect(id, isNotNull);

0 commit comments

Comments
 (0)