Skip to content

Commit a7e518f

Browse files
committed
Update unit tests
1 parent fbe1b8a commit a7e518f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

tests/HttpTests.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.Concurrent;
43
using System.Net;
54
using System.Net.Sockets;
@@ -150,4 +149,3 @@ public void HttpServerTest()
150149
}
151150
}
152151
}
153-
*/

tests/HttpsTests.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.Net;
43
using System.Net.Sockets;
54
using System.Security.Authentication;
@@ -127,4 +126,3 @@ public void HttpsServerTest()
127126
}
128127
}
129128
}
130-
*/

0 commit comments

Comments
 (0)