Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Mar 18, 2020
1 parent fbe1b8a commit a7e518f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tests/HttpTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
using System;
using System;
using System.Collections.Concurrent;
using System.Net;
using System.Net.Sockets;
Expand Down Expand Up @@ -150,4 +149,3 @@ public void HttpServerTest()
}
}
}
*/
4 changes: 1 addition & 3 deletions tests/HttpsTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
using System;
using System;
using System.Net;
using System.Net.Sockets;
using System.Security.Authentication;
Expand Down Expand Up @@ -127,4 +126,3 @@ public void HttpsServerTest()
}
}
}
*/

0 comments on commit a7e518f

Please sign in to comment.