Skip to content

Commit

Permalink
Fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed May 18, 2021
1 parent 23a38cf commit c90c077
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/WssTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
/*
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Sockets;
Expand Down Expand Up @@ -86,7 +87,6 @@ public static SslContext CreateContext()
public class WssTests
{
/*
[Fact(DisplayName = "WebSocket secure server test")]
public void WssServerTest()
{
Expand Down Expand Up @@ -256,7 +256,7 @@ public void WssServerMulticastTest()
Assert.True(!client2.Errors);
Assert.True(!client3.Errors);
}
*/
[Fact(DisplayName = "WebSocket secure server random test")]
public void WssServerRandomTest()
{
Expand Down Expand Up @@ -385,3 +385,4 @@ public void WssServerRandomTest()
}
}
}
*/

0 comments on commit c90c077

Please sign in to comment.