Skip to content

Commit

Permalink
flutter analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Apr 16, 2023
1 parent f9af779 commit 9f6c36a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ void main() {
playerId,
(wavUrl1TestData.source as UrlSource).url,
);
await preparedCompleter.future.timeout(Duration(seconds: 30));
await preparedCompleter.future.timeout(const Duration(seconds: 30));

expect(await platform.getCurrentPosition(playerId), 0);
expect(
Expand Down

0 comments on commit 9f6c36a

Please sign in to comment.