Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed Dec 30, 2023
1 parent f1cccc4 commit 7c60305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/track_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:trax/utils/track_utils.dart';
import 'test_utils.dart';

void main() {
test('isTrack', () {
test('getFormat', () {
expect(Track.getFormat('test.mp3'), Format.mp3);
expect(Track.getFormat('test.ogg'), Format.vorbis);
expect(Track.getFormat('test.m4a'), Format.alac);
Expand Down

0 comments on commit 7c60305

Please sign in to comment.