mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Fixes
This commit is contained in:
parent
51cf11127c
commit
e3678d2cf9
32 changed files with 482 additions and 904 deletions
|
@ -13,7 +13,7 @@ import 'package:cake_wallet/main.dart';
|
|||
void main() {
|
||||
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
|
||||
// Build our app and trigger a frame.
|
||||
await tester.pumpWidget(CakeWalletApp());
|
||||
await tester.pumpWidget(App());
|
||||
|
||||
// Verify that our counter starts at 0.
|
||||
expect(find.text('0'), findsOneWidget);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue