mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-02 08:21:56 +03:00
Add comment for relay test
This commit is contained in:
@@ -47,7 +47,9 @@ func (suite *RelayTestSuite) TestCopyFine() {
|
|||||||
westConn := &rwcMock{}
|
westConn := &rwcMock{}
|
||||||
westConn.Write([]byte{100, 101, 102}) // nolint: errcheck
|
westConn.Write([]byte{100, 101, 102}) // nolint: errcheck
|
||||||
|
|
||||||
suite.r.Process(eastConn, westConn)
|
// yes, this test is not good enough. but apparently, if it hangs,
|
||||||
|
// we can debug most of possible issues.
|
||||||
|
_ = suite.r.Process(eastConn, westConn)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestRelay(t *testing.T) {
|
func TestRelay(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user