Skip to content

Commit fbe1b8a

Browse files
committed
Update unit tests
1 parent bd42c1e commit fbe1b8a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

tests/UdpMulticastTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Net;
54
using System.Net.Sockets;
@@ -273,4 +272,3 @@ public void UdpMulticastServerRandomTest()
273272
}
274273
}
275274
}
276-
*/

tests/UdpTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Net;
54
using System.Net.Sockets;
@@ -200,4 +199,3 @@ public void UdpServerRandomTest()
200199
}
201200
}
202201
}
203-
*/

0 commit comments

Comments
 (0)