Skip to content

Commit

Permalink
Merge pull request #198 from osociety/test-fix
Browse files Browse the repository at this point in the history
Remove async* to fix coverage reports
  • Loading branch information
git-elliot authored Apr 1, 2024
2 parents 2f11878 + e8dd9f1 commit fee5dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/network_tools_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void main() {
},
);

test('Running scanDevicesForSinglePort tests', () async* {
test('Running scanDevicesForSinglePort tests', () {
expectLater(
HostScannerService.instance.scanDevicesForSinglePort(
interfaceIp,
Expand Down

0 comments on commit fee5dd0

Please sign in to comment.