Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Apr 1, 2024
1 parent 5f318f4 commit e8dd9f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/network_tools_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,11 @@ void main() {

group("Testing mdns scanner group", () {
test('Running searchMdnsDevices tests', () async {
// final mdnsDevices = await MdnsScannerService.instance.searchMdnsDevices();
// expectLater(
// mdnsDevices,
// isA<List<ActiveHost>>(),
// );
final mdnsDevices = await MdnsScannerService.instance.searchMdnsDevices();
expectLater(
mdnsDevices,
isA<List<ActiveHost>>(),
);
//todo: mdnsDevices are empty in GHA, open one to be discoverable
// expectLater(
// mdnsDevices,
Expand Down

0 comments on commit e8dd9f1

Please sign in to comment.