Skip to content

Commit

Permalink
change imports to make tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
tooxo committed May 2, 2021
1 parent ea051df commit f76195d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
before_install:
- brew unlink usbmuxd
- brew link usbmuxd
- sudo gem update cocoapods
- sudo gem install cocoapods
- git clone https://github.com/flutter/flutter.git -b stable --depth 1
# create signing prerequisites
#- security create-keychain -p "chainPassword" build.keychain
Expand Down
2 changes: 1 addition & 1 deletion test/spotify_api_test.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:Drinkr/utils/spotify_api.dart';
import 'package:flutter_test/flutter_test.dart';
// ignore: avoid_relative_lib_imports
import '../lib/utils/spotify_api.dart';

void main() {
test("test playlist id extraction by regex usage", () {
Expand Down

0 comments on commit f76195d

Please sign in to comment.