Rework events

This commit is contained in:
9seconds
2021-04-07 14:40:54 +03:00
parent b748603096
commit 463af648ce
13 changed files with 275 additions and 410 deletions
+4 -4
View File
@@ -37,10 +37,10 @@ func (suite *ConnTrafficTestSuite) SetupTest() {
suite.eventStreamMock = &EventStreamMock{}
suite.connMock = &testlib.NetConnMock{}
suite.conn = connTraffic{
Conn: suite.connMock,
connID: "CONNID",
ctx: context.Background(),
stream: suite.eventStreamMock,
Conn: suite.connMock,
streamID: "CONNID",
ctx: context.Background(),
stream: suite.eventStreamMock,
}
}