We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac2dc9 commit f26da40Copy full SHA for f26da40
dwds/test/dds_port_test.dart
@@ -29,6 +29,7 @@ void main() {
29
test('DWDS starts DDS with a specified port', () async {
30
final context = TestContext(TestProject.test, provider);
31
32
+ // Find a unused port for the test.
33
final server = await HttpServer.bind(InternetAddress.loopbackIPv4, 0);
34
final expectedPort = server.port;
35
await server.close();
0 commit comments