Skip to content

Commit

Permalink
Add spacing between test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
FirentisTFW committed Dec 18, 2024
1 parent 7e297f3 commit 00f66e6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ void main() {
);
});
});

group('initialize', () {
test('started app lifecycle observing', () async {
final VideoPlayerController controller =
Expand Down Expand Up @@ -449,6 +450,7 @@ void main() {
<String, String>{'Authorization': 'Bearer token'},
);
}, skip: kIsWeb /* Web does not support file assets. */);

test('successful initialize on controller with error clears error',
() async {
final VideoPlayerController controller = VideoPlayerController.network(
Expand Down

0 comments on commit 00f66e6

Please sign in to comment.