diff --git a/pubspec.yaml b/pubspec.yaml index 460acad..e4f5d9d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,4 @@ -name: spotify-collab-app +name: spotify_collab_app description: "A frontend for a Spotify collaborative playlist app." # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. diff --git a/test/widget_test.dart b/test/widget_test.dart index e0ad825..a5a058e 100644 --- a/test/widget_test.dart +++ b/test/widget_test.dart @@ -8,7 +8,7 @@ import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; -import 'package:spotifycollab/main.dart'; +import 'package:spotify_collab_app/main.dart'; void main() { testWidgets('Counter increments smoke test', (WidgetTester tester) async {