Skip to content

Commit f26da40

Browse files
committed
Comments
1 parent bac2dc9 commit f26da40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dwds/test/dds_port_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ void main() {
2929
test('DWDS starts DDS with a specified port', () async {
3030
final context = TestContext(TestProject.test, provider);
3131

32+
// Find a unused port for the test.
3233
final server = await HttpServer.bind(InternetAddress.loopbackIPv4, 0);
3334
final expectedPort = server.port;
3435
await server.close();

0 commit comments

Comments
 (0)