Load config from environment

This commit is contained in:
2022-03-23 19:08:04 +01:00
parent 228ac8a041
commit 9125fb63bc
3 changed files with 39 additions and 92 deletions

View File

@ -13,7 +13,7 @@ import 'package:music_web_player/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 PlayerApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);