Skip to content

Commit

Permalink
Improved unit test for shouldPopScope.
Browse files Browse the repository at this point in the history
  • Loading branch information
larryaasen committed Dec 29, 2023
1 parent e15deb6 commit 63a0e31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/upgrader_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,10 @@ void main() {

testWidgets('test UpgradeAlert pop scope', (WidgetTester tester) async {
final client = MockITunesSearchClient.setupMockClient();
final upgrader =
Upgrader(upgraderOS: MockUpgraderOS(ios: true), client: client);
final upgrader = Upgrader(
upgraderOS: MockUpgraderOS(ios: true),
client: client,
debugLogging: true);

upgrader.installPackageInfo(
packageInfo: PackageInfo(
Expand Down

0 comments on commit 63a0e31

Please sign in to comment.