mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-18 16:44:32 +00:00
fixed failing test
This commit is contained in:
parent
172b3d157b
commit
157829a933
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void main() {
|
||||||
await widgetTester.tap(find.byType(RawMaterialButton));
|
await widgetTester.tap(find.byType(RawMaterialButton));
|
||||||
expect(find.byType(ContactPopUp), findsOneWidget);
|
expect(find.byType(ContactPopUp), findsOneWidget);
|
||||||
} else if (Util.isDesktop) {
|
} else if (Util.isDesktop) {
|
||||||
expect(find.byType(RawMaterialButton), findsOneWidget);
|
expect(find.byType(RawMaterialButton), findsNothing);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue