소스 검색

check error in router_test

Darien Raymond 10 년 전
부모
커밋
58c84bea21
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      testing/scenarios/router_test.go

+ 1 - 0
testing/scenarios/router_test.go

@@ -63,6 +63,7 @@ func TestRouter(t *testing.T) {
 		IP:   []byte{127, 0, 0, 1},
 		Port: int(50022),
 	})
+	assert.Error(err).IsNil()
 
 	payload = "blocked dokodemo request."
 	nBytes, err = conn.Write([]byte(payload))