mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-31 15:59:26 +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));
|
||||
expect(find.byType(ContactPopUp), findsOneWidget);
|
||||
} else if (Util.isDesktop) {
|
||||
expect(find.byType(RawMaterialButton), findsOneWidget);
|
||||
expect(find.byType(RawMaterialButton), findsNothing);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue