Fixed issue with backgorund task not starting

This commit is contained in:
Imran Remtulla
2022-09-30 23:21:35 -04:00
parent 49b9a65053
commit de07583161
4 changed files with 29 additions and 18 deletions

View File

@ -13,7 +13,7 @@ import 'package:obtainium/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MyApp());
await tester.pumpWidget(const Obtainium());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);