Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
specify platform on specific test
Browse files Browse the repository at this point in the history
  • Loading branch information
adpinola committed Oct 12, 2022
1 parent 604d464 commit 6fb9f00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void main() {
test('registered instance', () {
FileSelectorWindows.registerWith();
expect(FileSelectorPlatform.instance, isA<FileSelectorWindows>());
});
}, testOn: 'windows');

group('#openFile', () {
setUp(() {
Expand Down

0 comments on commit 6fb9f00

Please sign in to comment.