Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Mar 31, 2024
1 parent 6ffc2b2 commit e1b0158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/host_scan_flutter_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Future<void> main() async {
String interfaceIp = myOwnHost.substring(0, myOwnHost.lastIndexOf('.'));

await configureNetworkToolsFlutter('build');
// Use implementation classes to call methods to increase coverage
HostScannerServiceFlutterImpl hostScannerService =
HostScannerService.instance as HostScannerServiceFlutterImpl;

Expand Down
1 change: 1 addition & 0 deletions test/port_scan_flutter_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Future<void> main() async {
late ServerSocket server;

await configureNetworkToolsFlutter('build');
// Use implementation classes to call methods to increase coverage
PortScannerServiceFlutterImpl portScannerService =
PortScannerService.instance as PortScannerServiceFlutterImpl;

Expand Down

0 comments on commit e1b0158

Please sign in to comment.