Gateway tests (no lol)

This commit is contained in:
Kecskeméti László 2024-07-23 12:30:48 +02:00
parent c7b2689ae1
commit 6ec2e1d6cc

View File

@ -0,0 +1,14 @@
using Moq;
using Websocket.Client;
namespace Discord.API.Tests;
public class GatewayClientTests{
/*[Fact]
public void HeartbeatTest(){
var websocket = new Mock<IWebsocketClient>();
}*/
// I'm too lazy to do this rn //TODO
}