Skip to content

Commit

Permalink
fix: identifier name
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaakaash committed Jul 2, 2024
1 parent 2a0da03 commit c981f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c981f8a

Please sign in to comment.